From: Magnus Damm Date: Tue, 28 Jun 2016 14:10:41 +0000 (+0200) Subject: ARM: dts: r8a7791: Add APMU node X-Git-Tag: Ubuntu-4.8.0-22.24~785^2~14^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=477cbcbd8f089ab72721a90760bc5d7987d3a713;p=mirror_ubuntu-zesty-kernel.git 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 Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- 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>;