diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-23 23:45:03 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-31 02:31:10 -0400 |
commit | 4c90483a9c09ac8c18df43901c493e546bdaaabe (patch) | |
tree | d118d1afe672db609fbbec7869a4adb8bcd61887 /arch/arm/boot | |
parent | b21ed4eb948e6c59dea30a7102d9736903bff26e (diff) |
ARM: shmobile: sh73a0: add PMU information to sh73a0.dtsi
Add PMU information to sh73a0.dtsi. With this
included KZM9G 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/sh73a0.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi index b97750256003..7137c0f284f2 100644 --- a/arch/arm/boot/dts/sh73a0.dtsi +++ b/arch/arm/boot/dts/sh73a0.dtsi | |||
@@ -38,6 +38,12 @@ | |||
38 | <0xf0000100 0x100>; | 38 | <0xf0000100 0x100>; |
39 | }; | 39 | }; |
40 | 40 | ||
41 | pmu { | ||
42 | compatible = "arm,cortex-a9-pmu"; | ||
43 | interrupts = <0 55 4>, | ||
44 | <0 56 4>; | ||
45 | }; | ||
46 | |||
41 | irqpin0: irqpin@e6900000 { | 47 | irqpin0: irqpin@e6900000 { |
42 | compatible = "renesas,intc-irqpin"; | 48 | compatible = "renesas,intc-irqpin"; |
43 | #interrupt-cells = <2>; | 49 | #interrupt-cells = <2>; |