[linux-yocto] [PATCH 02/25] arm64: dts: stratix10: Use PSCI node instead of spin-table for SMP
Meng.Li at windriver.com
Meng.Li at windriver.com
Tue Apr 3 19:37:25 PDT 2018
From: Dinh Nguyen <dinh.nguyen at 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 <dinguyen at kernel.org>
Signed-off-by: Thor Thayer <thor.thayer at linux.intel.com>
Signed-off-by: Meng Li <Meng.Li at 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 at fffc1000 {
compatible = "arm,gic-400", "arm,cortex-a15-gic";
#interrupt-cells = <3>;
--
1.7.9.5
More information about the linux-yocto
mailing list