diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2016-06-28 10:10:40 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-29 08:28:27 -0400 |
commit | dc378795156d980ca701aab761457089dae84706 (patch) | |
tree | 367b3e4512ef90403620069b646d4daad987f56e | |
parent | e454b359b7a0a6f59e3d83394e6d4e598554cb33 (diff) |
ARM: dts: r8a7790: Add APMU nodes
Add DT nodes for the Advanced Power Management Units (APMU), and use the
enable-method to point out that the APMU should be used for SMP
support.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 9997e7dfabe2..d18558f21102 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi | |||
@@ -44,6 +44,7 @@ | |||
44 | cpus { | 44 | cpus { |
45 | #address-cells = <1>; | 45 | #address-cells = <1>; |
46 | #size-cells = <0>; | 46 | #size-cells = <0>; |
47 | enable-method = "renesas,apmu"; | ||
47 | 48 | ||
48 | cpu0: cpu@0 { | 49 | cpu0: cpu@0 { |
49 | device_type = "cpu"; | 50 | device_type = "cpu"; |
@@ -164,6 +165,18 @@ | |||
164 | }; | 165 | }; |
165 | }; | 166 | }; |
166 | 167 | ||
168 | apmu@e6151000 { | ||
169 | compatible = "renesas,r8a7790-apmu", "renesas,apmu"; | ||
170 | reg = <0 0xe6151000 0 0x188>; | ||
171 | cpus = <&cpu4 &cpu5 &cpu6 &cpu7>; | ||
172 | }; | ||
173 | |||
174 | apmu@e6152000 { | ||
175 | compatible = "renesas,r8a7790-apmu", "renesas,apmu"; | ||
176 | reg = <0 0xe6152000 0 0x188>; | ||
177 | cpus = <&cpu0 &cpu1 &cpu2 &cpu3>; | ||
178 | }; | ||
179 | |||
167 | gic: interrupt-controller@f1001000 { | 180 | gic: interrupt-controller@f1001000 { |
168 | compatible = "arm,gic-400"; | 181 | compatible = "arm,gic-400"; |
169 | #interrupt-cells = <3>; | 182 | #interrupt-cells = <3>; |