diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-01-28 04:41:40 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-29 06:44:59 +0400 |
commit | fe681d2941a7dc4870753d88545a35ec5080d710 (patch) | |
tree | 1a834eb3b803ef8d72d5a75cbc36871e7d924842 /arch/arm/boot/dts/emev2.dtsi | |
parent | c5795aec8487680d748a635d6ab03766f90166ec (diff) | |
download | linux-fe681d2941a7dc4870753d88545a35ec5080d710.tar.xz |
ARM: mach-shmobile: emev2: Add reg and device_type properties to cpus
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/emev2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/emev2.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/emev2.dtsi b/arch/arm/boot/dts/emev2.dtsi index eb504a6c0f4a..c8a8c08b48dd 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>; }; }; |