From 2aef250139f36e7f7126eb72e2601ba81201b088 Mon Sep 17 00:00:00 2001 From: Jianhong Chen Date: Mon, 2 Nov 2015 10:16:09 +0800 Subject: [PATCH] ARM: dtsi: rk3228: add psci support This is just add psci code into kernel, if you want to enable psci, you must add psci=enable in the Command Line. Change-Id: Iaf0e0116cbaba0d210cb99d59c0ee82768bf54bb Signed-off-by: Jianhong Chen --- arch/arm/boot/dts/rk3228.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/rk3228.dtsi b/arch/arm/boot/dts/rk3228.dtsi index efcc49d74e7c..ec999c945872 100755 --- a/arch/arm/boot/dts/rk3228.dtsi +++ b/arch/arm/boot/dts/rk3228.dtsi @@ -47,6 +47,14 @@ }; }; + psci { + compatible = "arm,psci"; + method = "smc"; + cpu_suspend = <0x84000001>; + cpu_off = <0x84000002>; + cpu_on = <0x84000003>; + }; + gic: interrupt-controller@32010000 { compatible = "arm,cortex-a15-gic"; interrupt-controller; -- 2.34.1