1
0
Fork 0

ARM: socfpga: dts: add enable-method property for cpu nodes

Add the enable-method property for the cpu node on socfpga.dtsi and
socfpga_arria10.dtsi. This is for CPU_METHOD_OF_DECLARE to use to enable
the secondary core.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
hifive-unleashed-5.1
Dinh Nguyen 2015-05-22 23:00:10 -05:00
parent 479f8df04c
commit ebbce1bbc4
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
cpus {
#address-cells = <1>;
#size-cells = <0>;
enable-method = "altr,socfpga-smp";
cpu@0 {
compatible = "arm,cortex-a9";

View File

@ -36,6 +36,7 @@
cpus {
#address-cells = <1>;
#size-cells = <0>;
enable-method = "altr,socfpga-a10-smp";
cpu@0 {
compatible = "arm,cortex-a9";