diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2016-06-28 17:10:41 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-29 15:28:42 +0300 |
commit | 477cbcbd8f089ab72721a90760bc5d7987d3a713 (patch) | |
tree | 84552200d4db229c289cf69f9888abfccf7aeebb /arch/arm/boot/dts/r8a7791.dtsi | |
parent | dc378795156d980ca701aab761457089dae84706 (diff) | |
download | linux-477cbcbd8f089ab72721a90760bc5d7987d3a713.tar.xz |
ARM: dts: r8a7791: Add APMU node
Add a DT node 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>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7791.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index 1985bd0dc32c..8f0086bbd96b 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -43,6 +43,7 @@ cpus { #address-cells = <1>; #size-cells = <0>; + enable-method = "renesas,apmu"; cpu0: cpu@0 { device_type = "cpu"; @@ -101,6 +102,12 @@ }; }; + apmu@e6152000 { + compatible = "renesas,r8a7791-apmu", "renesas,apmu"; + reg = <0 0xe6152000 0 0x188>; + cpus = <&cpu0 &cpu1>; + }; + gic: interrupt-controller@f1001000 { compatible = "arm,gic-400"; #interrupt-cells = <3>; |