diff options
| author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2015-03-03 05:43:18 -0500 |
|---|---|---|
| committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-03-17 04:11:25 -0400 |
| commit | 7f592c39d4975d9e6d3d0ebcf39695a487a6dc4e (patch) | |
| tree | 33d48da50fb71d2a131a38462110fab8a302af75 | |
| parent | a87cd07b88b4797d50d11fa1089705a284ae087f (diff) | |
ARM: mvebu: Enable Performance Monitor Unit on Armada 375 SoC
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>
| -rw-r--r-- | arch/arm/boot/dts/armada-375.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-375.dtsi b/arch/arm/boot/dts/armada-375.dtsi index c6fedf2bfe3d..c675257f2377 100644 --- a/arch/arm/boot/dts/armada-375.dtsi +++ b/arch/arm/boot/dts/armada-375.dtsi | |||
| @@ -96,6 +96,11 @@ | |||
| 96 | }; | 96 | }; |
| 97 | }; | 97 | }; |
| 98 | 98 | ||
| 99 | pmu { | ||
| 100 | compatible = "arm,cortex-a9-pmu"; | ||
| 101 | interrupts-extended = <&mpic 3>; | ||
| 102 | }; | ||
| 103 | |||
| 99 | soc { | 104 | soc { |
| 100 | compatible = "marvell,armada375-mbus", "simple-bus"; | 105 | compatible = "marvell,armada375-mbus", "simple-bus"; |
| 101 | #address-cells = <2>; | 106 | #address-cells = <2>; |
