[PATCH] ARM: mach-shmobile: emev2: Add reg and device_type properties to cpus
Simon Horman
horms+renesas at verge.net.au
Mon Jan 28 21:10:24 EST 2013
Cc: Mark Rutland <mark.rutland at arm.com>
Signed-off-by: Simon Horman <horms+renesas at verge.net.au>
---
arch/arm/boot/dts/emev2.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/emev2.dtsi b/arch/arm/boot/dts/emev2.dtsi
index eb504a6..2b6d1c0 100644
--- a/arch/arm/boot/dts/emev2.dtsi
+++ b/arch/arm/boot/dts/emev2.dtsi
@@ -16,10 +16,14 @@
cpus {
cpu at 0 {
+ device_type = "cpu";
compatible = "arm,cortex-a9";
+ reg = <0>;
};
cpu at 1 {
+ device_type = "cpu";
compatible = "arm,cortex-a9";
+ reg = <1>;
};
};
--
1.7.10.4
More information about the linux-arm-kernel
mailing list