diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-24 12:42:40 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-31 15:31:16 +0900 |
commit | c95ebbb298e698836979ab28ce49383402c22d93 (patch) | |
tree | 5b9b1822d51479257e0dd4568a25de42a51aa2c6 /arch | |
parent | 4c90483a9c09ac8c18df43901c493e546bdaaabe (diff) | |
download | blackbird-op-linux-c95ebbb298e698836979ab28ce49383402c22d93.tar.gz blackbird-op-linux-c95ebbb298e698836979ab28ce49383402c22d93.zip |
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')
-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 @@ <0xe0020000 0x0100>; }; + pmu { + compatible = "arm,cortex-a9-pmu"; + interrupts = <0 120 4>, + <0 121 4>; + }; + sti@e0180000 { compatible = "renesas,em-sti"; reg = <0xe0180000 0x54>; |