mirror of https://gitee.com/openkylin/linux.git
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: Peter Griffin <peter.griffin@linaro.org> Acked-by: Maxime Coquelin <maxime.coquelin@st.com> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
This commit is contained in:
parent
810099f657
commit
c1dc02da79
|
@ -22,11 +22,15 @@ cpu@0 {
|
|||
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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue