From: Lorenzo Pieralisi Date: Tue, 23 Apr 2013 13:16:13 +0000 (+0100) Subject: ARM: dts: pxa2xx: cpus/cpu nodes dts updates X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=03362044853bb3ab6b50f8f78444a6b83b650ecd;p=linux.git ARM: dts: pxa2xx: 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 --- diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi index f18aad35e8b35..a5e90f078aa9f 100644 --- a/arch/arm/boot/dts/pxa2xx.dtsi +++ b/arch/arm/boot/dts/pxa2xx.dtsi @@ -23,8 +23,11 @@ }; cpus { - cpu@0 { - compatible = "arm,xscale"; + #address-cells = <0>; + #size-cells = <0>; + cpu { + compatible = "marvell,xscale"; + device_type = "cpu"; }; };