aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/highbank.dts
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-12-30 11:15:02 -0500
committerOlof Johansson <olof@lixom.net>2013-01-08 00:08:23 -0500
commit36ff67bc948292065b0f20928d7e96f261b6ddc1 (patch)
treedf4948d2c4f92c9eabd7de49d9a9a55fb0932c24 /arch/arm/boot/dts/highbank.dts
parentd1c3ed669a2d452cacfb48c2d171a1f364dae2ed (diff)
ARM: dts: add device_type prop to cpu nodes on Calxeda platforms
While device_type is considered deprecated, it is still needed for tools like lshw to identify cpu nodes. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/highbank.dts')
-rw-r--r--arch/arm/boot/dts/highbank.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/highbank.dts b/arch/arm/boot/dts/highbank.dts
index a9ae5d32e80d..81e0bfa6c175 100644
--- a/arch/arm/boot/dts/highbank.dts
+++ b/arch/arm/boot/dts/highbank.dts
@@ -32,6 +32,7 @@
32 32
33 cpu@0 { 33 cpu@0 {
34 compatible = "arm,cortex-a9"; 34 compatible = "arm,cortex-a9";
35 device_type = "cpu";
35 reg = <0>; 36 reg = <0>;
36 next-level-cache = <&L2>; 37 next-level-cache = <&L2>;
37 clocks = <&a9pll>; 38 clocks = <&a9pll>;
@@ -40,6 +41,7 @@
40 41
41 cpu@1 { 42 cpu@1 {
42 compatible = "arm,cortex-a9"; 43 compatible = "arm,cortex-a9";
44 device_type = "cpu";
43 reg = <1>; 45 reg = <1>;
44 next-level-cache = <&L2>; 46 next-level-cache = <&L2>;
45 clocks = <&a9pll>; 47 clocks = <&a9pll>;
@@ -48,6 +50,7 @@
48 50
49 cpu@2 { 51 cpu@2 {
50 compatible = "arm,cortex-a9"; 52 compatible = "arm,cortex-a9";
53 device_type = "cpu";
51 reg = <2>; 54 reg = <2>;
52 next-level-cache = <&L2>; 55 next-level-cache = <&L2>;
53 clocks = <&a9pll>; 56 clocks = <&a9pll>;
@@ -56,6 +59,7 @@
56 59
57 cpu@3 { 60 cpu@3 {
58 compatible = "arm,cortex-a9"; 61 compatible = "arm,cortex-a9";
62 device_type = "cpu";
59 reg = <3>; 63 reg = <3>;
60 next-level-cache = <&L2>; 64 next-level-cache = <&L2>;
61 clocks = <&a9pll>; 65 clocks = <&a9pll>;