diff options
author | Ezequiel Garcia <[email protected]> | 2015-03-03 11:43:19 +0100 |
---|---|---|
committer | Gregory CLEMENT <[email protected]> | 2015-03-17 09:11:33 +0100 |
commit | 754c4b1b2bddc6881889be9b4aa549d1647ef9ca (patch) | |
tree | 218faaae55c219e8bce709d56606783d59f9db35 | |
parent | 7f592c39d4975d9e6d3d0ebcf39695a487a6dc4e (diff) |
ARM: mvebu: Enable Performance Monitor Unit on Armada 380/385 SoC
The Armada 380 and 385 SoCs have a Cortex-A9 CPU, so the PMU is available
to be used. This commit enables it in the devicetree.
Signed-off-by: Ezequiel Garcia <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Acked-by: Gregory CLEMENT <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/armada-38x.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi index 1a2dc370792f..ed2dd8ba4080 100644 --- a/arch/arm/boot/dts/armada-38x.dtsi +++ b/arch/arm/boot/dts/armada-38x.dtsi @@ -63,6 +63,11 @@ serial1 = &uart1; }; + pmu { + compatible = "arm,cortex-a9-pmu"; + interrupts-extended = <&mpic 3>; + }; + soc { compatible = "marvell,armada380-mbus", "simple-bus"; #address-cells = <2>; |