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

Commit c1dc02da authored by Peter Griffin's avatar Peter Griffin Committed by Maxime Coquelin
Browse files

ARM: STi: DT: STiH407: Add cpu-release-addr dt property.



To enable SMP when booting via u-boot we need to specify the
newly implemented cpu-release-addr DT property.

Signed-off-by: default avatarPeter Griffin <peter.griffin@linaro.org>
Acked-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
parent 810099f6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -22,11 +22,15 @@
			device_type = "cpu";
			compatible = "arm,cortex-a9";
			reg = <0>;
			/* u-boot puts hpen in SBC dmem at 0xa4 offset */
			cpu-release-addr = <0x94100A4>;
		};
		cpu@1 {
			device_type = "cpu";
			compatible = "arm,cortex-a9";
			reg = <1>;
			/* u-boot puts hpen in SBC dmem at 0xa4 offset */
			cpu-release-addr = <0x94100A4>;
		};
	};