[linux-yocto] [PATCH 01/25] arm64: dts: stratix10: Use PSCI spin-table for SMP
Meng.Li at windriver.com
Meng.Li at windriver.com
Tue Apr 3 19:37:24 PDT 2018
From: Dinh Nguyen <dinh.nguyen at intel.com>
commit bf2f49493b4e7d8783171d7ba1e1f24bed921594 from
https://github.com/altera-opensource/linux-socfpga.git
This reverts commit ba759bf25bc5 ("FogBugz #488851: dts: use
spin-table for SMP")
U-Boot has implemented PSCI which is preferable to the spin-table
so revert the temporary spin-table changes.
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 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
index fb0698a..8ea5dae 100644
--- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
+++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
@@ -31,28 +31,28 @@
cpu0: cpu at 0 {
compatible = "arm,cortex-a53", "arm,armv8";
device_type = "cpu";
- enable-method = "spin-table";
+ enable-method = "psci";
reg = <0x0>;
};
cpu1: cpu at 1 {
compatible = "arm,cortex-a53", "arm,armv8";
device_type = "cpu";
- enable-method = "spin-table";
+ enable-method = "psci";
reg = <0x1>;
};
cpu2: cpu at 2 {
compatible = "arm,cortex-a53", "arm,armv8";
device_type = "cpu";
- enable-method = "spin-table";
+ enable-method = "psci";
reg = <0x2>;
};
cpu3: cpu at 3 {
compatible = "arm,cortex-a53", "arm,armv8";
device_type = "cpu";
- enable-method = "spin-table";
+ enable-method = "psci";
reg = <0x3>;
};
};
--
1.7.9.5
More information about the linux-yocto
mailing list