]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: AM33XX: Add PMU support
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 3 Aug 2013 18:00:54 +0000 (20:00 +0200)
committerBenoit Cousson <bcousson@baylibre.com>
Tue, 8 Oct 2013 15:51:39 +0000 (17:51 +0200)
ARM Performance Monitor Units are available on the am33xx,
add the support in the dtsi.

Tested with perf and oprofile on a regular beaglebone.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/am33xx.dtsi

index f9c5da9c7fe1ce7d56557fb4582a0d9a53bbcfde..4d1c6321b25217acbd8f8394eeaf8cbd891ef26e 100644 (file)
                };
        };
 
+       pmu {
+               compatible = "arm,cortex-a8-pmu";
+               interrupts = <3>;
+       };
+
        /*
         * The soc node represents the soc top level view. It is uses for IPs
         * that are not memory mapped in the MPU view or for the MPU itself.