Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: spear: cpus/cpu nodes dts updates

This patch updates the in-kernel dts files according to the latest cpus
and cpu bindings updates for ARM.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

+14 -4
+2
arch/arm/boot/dts/spear13xx.dtsi
··· 22 22 23 23 cpu@0 { 24 24 compatible = "arm,cortex-a9"; 25 + device_type = "cpu"; 25 26 reg = <0>; 26 27 next-level-cache = <&L2>; 27 28 }; 28 29 29 30 cpu@1 { 30 31 compatible = "arm,cortex-a9"; 32 + device_type = "cpu"; 31 33 reg = <1>; 32 34 next-level-cache = <&L2>; 33 35 };
+6 -2
arch/arm/boot/dts/spear3xx.dtsi
··· 17 17 interrupt-parent = <&vic>; 18 18 19 19 cpus { 20 - cpu@0 { 21 - compatible = "arm,arm926ejs"; 20 + #address-cells = <0>; 21 + #size-cells = <0>; 22 + 23 + cpu { 24 + compatible = "arm,arm926ej-s"; 25 + device_type = "cpu"; 22 26 }; 23 27 }; 24 28
+6 -2
arch/arm/boot/dts/spear600.dtsi
··· 15 15 compatible = "st,spear600"; 16 16 17 17 cpus { 18 - cpu@0 { 19 - compatible = "arm,arm926ejs"; 18 + #address-cells = <0>; 19 + #size-cells = <0>; 20 + 21 + cpu { 22 + compatible = "arm,arm926ej-s"; 23 + device_type = "cpu"; 20 24 }; 21 25 }; 22 26