]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: mvebu: Enable Performance Monitor Unit on Armada 375 SoC
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Tue, 3 Mar 2015 10:43:18 +0000 (11:43 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Tue, 17 Mar 2015 08:11:25 +0000 (09:11 +0100)
The Armada 375 SoC has a Cortex-A9 CPU, and so the PMU is available
to be used. This commit enables it in the devicetree.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-375.dtsi

index c6fedf2bfe3deb4a9e966d2ba974b8a2479b9248..c675257f2377f8797565871e38e77ba50fe7678b 100644 (file)
                };
        };
 
+       pmu {
+               compatible = "arm,cortex-a9-pmu";
+               interrupts-extended = <&mpic 3>;
+       };
+
        soc {
                compatible = "marvell,armada375-mbus", "simple-bus";
                #address-cells = <2>;