提交 36ff67bc 编写于 作者: R Rob Herring 提交者: Olof Johansson

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: NRob Herring <rob.herring@calxeda.com>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 d1c3ed66
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
cpu@0 { cpu@0 {
compatible = "arm,cortex-a15"; compatible = "arm,cortex-a15";
device_type = "cpu";
reg = <0>; reg = <0>;
clocks = <&a9pll>; clocks = <&a9pll>;
clock-names = "cpu"; clock-names = "cpu";
...@@ -39,6 +40,7 @@ ...@@ -39,6 +40,7 @@
cpu@1 { cpu@1 {
compatible = "arm,cortex-a15"; compatible = "arm,cortex-a15";
device_type = "cpu";
reg = <1>; reg = <1>;
clocks = <&a9pll>; clocks = <&a9pll>;
clock-names = "cpu"; clock-names = "cpu";
...@@ -46,6 +48,7 @@ ...@@ -46,6 +48,7 @@
cpu@2 { cpu@2 {
compatible = "arm,cortex-a15"; compatible = "arm,cortex-a15";
device_type = "cpu";
reg = <2>; reg = <2>;
clocks = <&a9pll>; clocks = <&a9pll>;
clock-names = "cpu"; clock-names = "cpu";
...@@ -53,6 +56,7 @@ ...@@ -53,6 +56,7 @@
cpu@3 { cpu@3 {
compatible = "arm,cortex-a15"; compatible = "arm,cortex-a15";
device_type = "cpu";
reg = <3>; reg = <3>;
clocks = <&a9pll>; clocks = <&a9pll>;
clock-names = "cpu"; clock-names = "cpu";
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
cpu@0 { cpu@0 {
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
device_type = "cpu";
reg = <0>; reg = <0>;
next-level-cache = <&L2>; next-level-cache = <&L2>;
clocks = <&a9pll>; clocks = <&a9pll>;
...@@ -40,6 +41,7 @@ ...@@ -40,6 +41,7 @@
cpu@1 { cpu@1 {
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
device_type = "cpu";
reg = <1>; reg = <1>;
next-level-cache = <&L2>; next-level-cache = <&L2>;
clocks = <&a9pll>; clocks = <&a9pll>;
...@@ -48,6 +50,7 @@ ...@@ -48,6 +50,7 @@
cpu@2 { cpu@2 {
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
device_type = "cpu";
reg = <2>; reg = <2>;
next-level-cache = <&L2>; next-level-cache = <&L2>;
clocks = <&a9pll>; clocks = <&a9pll>;
...@@ -56,6 +59,7 @@ ...@@ -56,6 +59,7 @@
cpu@3 { cpu@3 {
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
device_type = "cpu";
reg = <3>; reg = <3>;
next-level-cache = <&L2>; next-level-cache = <&L2>;
clocks = <&a9pll>; clocks = <&a9pll>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册