projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff8de98
)
ARM: mach-shmobile: sh73a0: Add reg and device_type properties to cpus
author
Simon Horman
<horms+renesas@verge.net.au>
Mon, 28 Jan 2013 00:41:40 +0000
(09:41 +0900)
committer
Simon Horman
<horms+renesas@verge.net.au>
Tue, 29 Jan 2013 02:44:54 +0000
(11:44 +0900)
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/sh73a0.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sh73a0.dtsi
b/arch/arm/boot/dts/sh73a0.dtsi
index
721f486
..
8a59465
100644
(file)
--- 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>;
};
};