]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: STi: Fix cpu nodes with correct device_type.
authorSrinivas Kandagatla <srinivas.kandagatla@st.com>
Thu, 1 Aug 2013 12:13:31 +0000 (13:13 +0100)
committerOlof Johansson <olof@lixom.net>
Sun, 4 Aug 2013 20:40:48 +0000 (13:40 -0700)
This patch fixes cpu nodes with device_type = "cpu". This change was not
necessary before 3.10-rc7.
Without this patch STi SOCs does not boot as SMP.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/stih41x.dtsi

index 7321403cab8a2eaf6811bc93c8ee78b181afbe08..f5b9898d9c6e60330417abc3cfad494d27474d75 100644 (file)
@@ -6,10 +6,12 @@
                #address-cells = <1>;
                #size-cells = <0>;
                cpu@0 {
+                       device_type = "cpu";
                        compatible = "arm,cortex-a9";
                        reg = <0>;
                };
                cpu@1 {
+                       device_type = "cpu";
                        compatible = "arm,cortex-a9";
                        reg = <1>;
                };