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-Tag: upstream/snapshot3+hdmi~5687^2~2^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5795aec8487680d748a635d6ab03766f90166ec;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 721f486..8a59465 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>; }; };