From: Dinh Nguyen <dinh.ngu...@intel.com>

commit  61bf26dad85b85cc44e2dfef1d26897e167aeaae from
https://github.com/altera-opensource/linux-socfpga.git

This reverts commit e6c041984533 ("FogBugz #491251: temporary remove
 PSCI node")
U-Boot has implemented PSCI which is preferable to the spin-table
so go back to using the PSCI node.

Signed-off-by: Dinh Nguyen <dingu...@kernel.org>
Signed-off-by: Thor Thayer <thor.tha...@linux.intel.com>
Signed-off-by: Meng Li <meng...@windriver.com>
---
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi 
b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
index 8ea5dae..5dd4bcd 100644
--- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
+++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
@@ -69,6 +69,11 @@
                                     <&cpu3>;
        };
 
+       psci {
+               compatible = "arm,psci-0.2";
+               method = "smc";
+       };
+
        intc: intc@fffc1000 {
                compatible = "arm,gic-400", "arm,cortex-a15-gic";
                #interrupt-cells = <3>;
-- 
1.7.9.5

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to