From: Lorenzo Pieralisi Date: Thu, 18 Apr 2013 17:34:51 +0000 (+0100) Subject: ARM: dts: lpc32xx: cpus/cpu nodes dts updates X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=73158b77c97bebdf10533a31044c45e078b43507;p=linux.git ARM: dts: lpc32xx: 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/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi index 1582f484a8676..3abebb75fc57c 100644 --- a/arch/arm/boot/dts/lpc32xx.dtsi +++ b/arch/arm/boot/dts/lpc32xx.dtsi @@ -18,8 +18,12 @@ interrupt-parent = <&mic>; cpus { - cpu@0 { - compatible = "arm,arm926ejs"; + #address-cells = <0>; + #size-cells = <0>; + + cpu { + compatible = "arm,arm926ej-s"; + device_type = "cpu"; }; };