diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-23 23:59:09 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-31 02:31:05 -0400 |
commit | b21ed4eb948e6c59dea30a7102d9736903bff26e (patch) | |
tree | a37b7f8c6d11a9041139bffb577561a0675355f3 /arch/arm/boot/dts | |
parent | afad20105a58c06407ad9ad85c1cd9ca79d99e00 (diff) |
ARM: shmobile: r8a7740: add PMU information to r8a7740.dtsi
Add PMU information to r8a7740.dtsi. With this
included Armadillo800eva 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/dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7740.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi index 24e930643821..4b0728fc2c3b 100644 --- a/arch/arm/boot/dts/r8a7740.dtsi +++ b/arch/arm/boot/dts/r8a7740.dtsi | |||
@@ -32,6 +32,11 @@ | |||
32 | <0xc2000000 0x1000>; | 32 | <0xc2000000 0x1000>; |
33 | }; | 33 | }; |
34 | 34 | ||
35 | pmu { | ||
36 | compatible = "arm,cortex-a9-pmu"; | ||
37 | interrupts = <0 83 4>; | ||
38 | }; | ||
39 | |||
35 | /* irqpin0: IRQ0 - IRQ7 */ | 40 | /* irqpin0: IRQ0 - IRQ7 */ |
36 | irqpin0: irqpin@e6900000 { | 41 | irqpin0: irqpin@e6900000 { |
37 | compatible = "renesas,intc-irqpin"; | 42 | compatible = "renesas,intc-irqpin"; |