提交 7925e89f 编写于 作者: L Lorenzo Pieralisi

ARM: dts: imx: cpus/cpu nodes dts updates

This patch updates the in-kernel dts files according to the latest cpus
and cpu bindings updates for ARM.
Signed-off-by: NLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: NShawn Guo <shawn.guo@linaro.org>
上级 88e41848
...@@ -23,8 +23,12 @@ ...@@ -23,8 +23,12 @@
}; };
cpus { cpus {
cpu@0 { #address-cells = <0>;
compatible = "arm,arm926ejs"; #size-cells = <0>;
cpu {
compatible = "arm,arm926ej-s";
device_type = "cpu";
}; };
}; };
......
...@@ -32,8 +32,12 @@ ...@@ -32,8 +32,12 @@
}; };
cpus { cpus {
cpu@0 { #address-cells = <0>;
compatible = "arm,arm926ejs"; #size-cells = <0>;
cpu {
compatible = "arm,arm926ej-s";
device_type = "cpu";
}; };
}; };
......
...@@ -18,12 +18,14 @@ ...@@ -18,12 +18,14 @@
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>;
}; };
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>;
}; };
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,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>;
operating-points = < operating-points = <
...@@ -39,18 +40,21 @@ ...@@ -39,18 +40,21 @@
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>;
}; };
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>;
}; };
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>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册