]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: STi: DT: STiH407: 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.

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>
arch/arm/boot/dts/stih407-family.dtsi

index 838b812cbda10c1ec991aa0a471a7956e1fbace2..626452f58aff536dc00eb528c11aa900fded97e4 100644 (file)
@@ -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>;
                };
        };