From: Simon Horman Date: Mon, 28 Jan 2013 00:41:40 +0000 (+0900) Subject: ARM: mach-shmobile: sh73a0: Add reg and device_type properties to cpus X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c5795aec8487680d748a635d6ab03766f90166ec;p=deliverable%2Flinux.git ARM: mach-shmobile: sh73a0: Add reg and device_type properties to cpus Cc: Mark Rutland Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi index 721f48668f98..8a59465d0231 100644 --- a/arch/arm/boot/dts/sh73a0.dtsi +++ b/arch/arm/boot/dts/sh73a0.dtsi @@ -14,11 +14,18 @@ compatible = "renesas,sh73a0"; 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>; }; };