Skip to content

Commit ebbce1b

Browse files
author
Dinh Nguyen
committed
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 <[email protected]>
1 parent 479f8df commit ebbce1b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm/boot/dts/socfpga.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
cpus {
3737
#address-cells = <1>;
3838
#size-cells = <0>;
39+
enable-method = "altr,socfpga-smp";
3940

4041
cpu@0 {
4142
compatible = "arm,cortex-a9";

arch/arm/boot/dts/socfpga_arria10.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
cpus {
3737
#address-cells = <1>;
3838
#size-cells = <0>;
39+
enable-method = "altr,socfpga-a10-smp";
3940

4041
cpu@0 {
4142
compatible = "arm,cortex-a9";

0 commit comments

Comments
 (0)