diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-23 23:42:40 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-31 02:31:16 -0400 |
commit | c95ebbb298e698836979ab28ce49383402c22d93 (patch) | |
tree | 5b9b1822d51479257e0dd4568a25de42a51aa2c6 /arch/arm/boot | |
parent | 4c90483a9c09ac8c18df43901c493e546bdaaabe (diff) |
ARM: shmobile: emev2: add PMU information to emev2.dtsi
Add PMU information to emev2.dtsi. With this
included KZM9D DT reference may use the PMU.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/emev2.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/emev2.dtsi b/arch/arm/boot/dts/emev2.dtsi index 99ad2b2e8e14..9063a4434d6a 100644 --- a/arch/arm/boot/dts/emev2.dtsi +++ b/arch/arm/boot/dts/emev2.dtsi | |||
@@ -46,6 +46,12 @@ | |||
46 | <0xe0020000 0x0100>; | 46 | <0xe0020000 0x0100>; |
47 | }; | 47 | }; |
48 | 48 | ||
49 | pmu { | ||
50 | compatible = "arm,cortex-a9-pmu"; | ||
51 | interrupts = <0 120 4>, | ||
52 | <0 121 4>; | ||
53 | }; | ||
54 | |||
49 | sti@e0180000 { | 55 | sti@e0180000 { |
50 | compatible = "renesas,em-sti"; | 56 | compatible = "renesas,em-sti"; |
51 | reg = <0xe0180000 0x54>; | 57 | reg = <0xe0180000 0x54>; |