]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: mach-shmobile: emev2: Add reg and device_type properties to cpus
authorSimon Horman <horms+renesas@verge.net.au>
Mon, 28 Jan 2013 00:41:40 +0000 (09:41 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 29 Jan 2013 02:44:59 +0000 (11:44 +0900)
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/emev2.dtsi

index eb504a6c0f4a3641fd3ad3ea684286a5d2eaa61a..c8a8c08b48ddc8608f4686150b6e1280a5f33dd3 100644 (file)
        interrupt-parent = <&gic>;
 
        cpus {
+               #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>;
                };
        };