aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Andrianov <[email protected]>2016-08-02 14:06:07 -0700
committerLinus Torvalds <[email protected]>2016-08-02 19:35:28 -0400
commit51d5d12b8f3df2b770974ce4aa6196c6b7d485eb (patch)
tree99cd47a7cc927818f5285e5468a185a4cd88d39e
parent43546d8669d62d75fa69ca9a45d2f586665f56bd (diff)
ARM: keystone: dts: add psci command definition
This commit adds definition for cpu_on, cpu_off and cpu_suspend commands. These definitions must match the corresponding PSCI definitions in boot monitor. Having those command and corresponding PSCI support in boot monitor allows run time CPU hot plugin. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Keerthy <[email protected]> Signed-off-by: Vitaly Andrianov <[email protected]> Signed-off-by: Russell King <[email protected]> Cc: Pratyush Anand <[email protected]> Cc: Eric Biederman <[email protected]> Cc: Dave Young <[email protected]> Cc: Baoquan He <[email protected]> Cc: Vivek Goyal <[email protected]> Cc: Simon Horman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--arch/arm/boot/dts/keystone.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
index e23f46d15c80..00cb314d5e4d 100644
--- a/arch/arm/boot/dts/keystone.dtsi
+++ b/arch/arm/boot/dts/keystone.dtsi
@@ -70,6 +70,14 @@
cpu_on = <0x84000003>;
};
+ psci {
+ compatible = "arm,psci";
+ method = "smc";
+ cpu_suspend = <0x84000001>;
+ cpu_off = <0x84000002>;
+ cpu_on = <0x84000003>;
+ };
+
soc {
#address-cells = <1>;
#size-cells = <1>;