ARM: STi: DT: STiH418: Add cpu-release-addr dt property.
authorPeter Griffin <peter.griffin@linaro.org>
Tue, 9 Jun 2015 13:33:00 +0000 (15:33 +0200)
committerMaxime Coquelin <maxime.coquelin@st.com>
Wed, 22 Jul 2015 09:11:04 +0000 (11:11 +0200)
To enable SMP when booting via u-boot we need to specify the
newly implemented cpu-release-addr DT property for cores 2 & 3.
Cores 0 & 1 are inherited from stih407-family.dtsi.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
arch/arm/boot/dts/stih418.dtsi

index 354d90f..8160a75 100644 (file)
                        device_type = "cpu";
                        compatible = "arm,cortex-a9";
                        reg = <2>;
+                       /* u-boot puts hpen in SBC dmem at 0xa4 offset */
+                       cpu-release-addr = <0x94100A4>;
                };
                cpu@3 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a9";
                        reg = <3>;
+                       /* u-boot puts hpen in SBC dmem at 0xa4 offset */
+                       cpu-release-addr = <0x94100A4>;
                };
        };