]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: keystone: dts: add psci command definition
authorVitaly Andrianov <vitalya@ti.com>
Wed, 13 Apr 2016 15:55:17 +0000 (08:55 -0700)
committerSantosh Shilimkar <ssantosh@kernel.org>
Wed, 13 Apr 2016 15:55:44 +0000 (08:55 -0700)
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.

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
arch/arm/boot/dts/keystone.dtsi

index 94d4e45138ce8aaae3db7622f27d6eae2311f813..e34b2265458a5836f0bf1d1f92997dbe39a9216f 100644 (file)
                             <GIC_SPI 23 IRQ_TYPE_EDGE_RISING>;
        };
 
+       psci {
+               compatible      = "arm,psci";
+               method          = "smc";
+               cpu_suspend     = <0x84000001>;
+               cpu_off         = <0x84000002>;
+               cpu_on          = <0x84000003>;
+       };
+
        soc {
                #address-cells = <1>;
                #size-cells = <1>;