Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebbce1bb authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

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: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 479f8df0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
	cpus {
		#address-cells = <1>;
		#size-cells = <0>;
		enable-method = "altr,socfpga-smp";

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

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