From: Simon Horman Date: Mon, 28 Jan 2013 00:41:40 +0000 (+0900) Subject: ARM: mach-shmobile: emev2: Add reg and device_type properties to cpus X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fe681d2941a7dc4870753d88545a35ec5080d710;p=linux.git ARM: mach-shmobile: emev2: Add reg and device_type properties to cpus Cc: Mark Rutland Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/emev2.dtsi b/arch/arm/boot/dts/emev2.dtsi index eb504a6c0f4a3..c8a8c08b48ddc 100644 --- a/arch/arm/boot/dts/emev2.dtsi +++ b/arch/arm/boot/dts/emev2.dtsi @@ -15,11 +15,18 @@ 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>; }; };