]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: at91: Add PMU support for sama5d3
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 5 Aug 2013 15:26:06 +0000 (17:26 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 21 Aug 2013 09:21:20 +0000 (11:21 +0200)
ARM Performance Monitor Units are available on the sama5d3, add the support in
the dtsi.

Tested with perf and oprofile on the sama5d31ek.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d3.dtsi

index a1d5e25a66986492e3d44f5348102c64a6b3658a..ff63fbbd18ab5cccf346a9e47590b9baa3e7bfe9 100644 (file)
                };
        };
 
+       pmu {
+               compatible = "arm,cortex-a5-pmu";
+               interrupts = <46 IRQ_TYPE_LEVEL_HIGH 0>;
+       };
+
        memory {
                reg = <0x20000000 0x8000000>;
        };