ARM: dts: AM4372: cpu(s) node per latest binding
authorAfzal Mohammed <afzal@ti.com>
Fri, 2 Aug 2013 13:46:13 +0000 (19:16 +0530)
committerBenoit Cousson <bcousson@baylibre.com>
Tue, 8 Oct 2013 15:51:41 +0000 (17:51 +0200)
Update AM4372 cpu node to the latest cpus/cpu bindings for ARM.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/am4372.dtsi

index ddc1df77ac5261b5f5a6f4bcc84f69eb2c30dc0c..4635e7f3d1293d59777ebee170f5a01c73f6e0bd 100644 (file)
        };
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
                cpu@0 {
                        compatible = "arm,cortex-a9";
+                       device_type = "cpu";
+                       reg = <0>;
                };
        };