From: Gaku Inami Date: Fri, 4 Dec 2015 13:38:51 +0000 (+0100) Subject: arm64: dts: r8a7795: Add PSCI node X-Git-Tag: v4.5-rc1~42^2~5^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=12e5155783bfdd50d93f9868b2209db190df8b68;p=karo-tx-linux.git arm64: dts: r8a7795: Add PSCI node Add PSCI node for r8a7795 SoC, and cpu node enable-method property is set to "psci". Signed-off-by: Gaku Inami Signed-off-by: Takeshi Kihara Signed-off-by: Dirk Behme Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index b1902ea1dae4..051ff143506e 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi @@ -26,6 +26,11 @@ i2c6 = &i2c6; }; + psci { + compatible = "arm,psci-0.2"; + method = "smc"; + }; + cpus { #address-cells = <1>; #size-cells = <0>; @@ -35,6 +40,7 @@ compatible = "arm,cortex-a57", "arm,armv8"; reg = <0x0>; device_type = "cpu"; + enable-method = "psci"; }; };