aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaku Inami <gaku.inami.xw@bp.renesas.com>2015-12-04 08:38:51 -0500
committerSimon Horman <horms+renesas@verge.net.au>2015-12-17 20:07:27 -0500
commit12e5155783bfdd50d93f9868b2209db190df8b68 (patch)
treece8b60c29be474d23f8527c467854a541fc22892
parent8a8f181d2cfdbff772ff2cc895f59bb28beafbdf (diff)
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 <gaku.inami.xw@bp.renesas.com> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com> Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm64/boot/dts/renesas/r8a7795.dtsi6
1 files changed, 6 insertions, 0 deletions
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 @@
26 i2c6 = &i2c6; 26 i2c6 = &i2c6;
27 }; 27 };
28 28
29 psci {
30 compatible = "arm,psci-0.2";
31 method = "smc";
32 };
33
29 cpus { 34 cpus {
30 #address-cells = <1>; 35 #address-cells = <1>;
31 #size-cells = <0>; 36 #size-cells = <0>;
@@ -35,6 +40,7 @@
35 compatible = "arm,cortex-a57", "arm,armv8"; 40 compatible = "arm,cortex-a57", "arm,armv8";
36 reg = <0x0>; 41 reg = <0x0>;
37 device_type = "cpu"; 42 device_type = "cpu";
43 enable-method = "psci";
38 }; 44 };
39 }; 45 };
40 46