diff options
author | Srinivas Kandagatla <srinivas.kandagatla@st.com> | 2013-08-01 13:13:31 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-08-04 13:40:48 -0700 |
commit | 95e8ce69a043bc501b45508cc31f1dc9a3f64d3e (patch) | |
tree | e29d950ed34143971f924ee796c7b43543d88c3e /arch/arm/boot/dts/stih41x.dtsi | |
parent | ca2480a9fcd96d78729fc01bbc9a5a08507a9ae8 (diff) |
ARM: STi: Fix cpu nodes with correct device_type.
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>
Diffstat (limited to 'arch/arm/boot/dts/stih41x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stih41x.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih41x.dtsi b/arch/arm/boot/dts/stih41x.dtsi index 7321403cab8..f5b9898d9c6 100644 --- a/arch/arm/boot/dts/stih41x.dtsi +++ b/arch/arm/boot/dts/stih41x.dtsi @@ -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>; }; |