提交 d447dd88 编写于 作者: F Fabio Estevam 提交者: Shawn Guo

ARM: dts: imx: Adjust CPU nodes

Make CPU nodes consistent throughout the i.MX dts files, which
also matches the description from ePAPR spec.

This also fixes the following W=1 warning in some cases:

Warning (unit_address_vs_reg): Node /cpus/cpu@0 has a unit name, but no reg property
Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 0c744ea4
...@@ -43,8 +43,9 @@ ...@@ -43,8 +43,9 @@
#size-cells = <0>; #size-cells = <0>;
#address-cells = <1>; #address-cells = <1>;
cpu: cpu@0 { cpu@0 {
device_type = "cpu"; device_type = "cpu";
reg = <0>;
compatible = "arm,arm920t"; compatible = "arm,arm920t";
operating-points = <200000 1900000>; operating-points = <200000 1900000>;
clock-latency = <62500>; clock-latency = <62500>;
......
...@@ -29,12 +29,13 @@ ...@@ -29,12 +29,13 @@
}; };
cpus { cpus {
#address-cells = <0>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
cpu { cpu@0 {
compatible = "arm,arm926ej-s"; compatible = "arm,arm926ej-s";
device_type = "cpu"; device_type = "cpu";
reg = <0>;
}; };
}; };
......
...@@ -43,12 +43,13 @@ ...@@ -43,12 +43,13 @@
}; };
cpus { cpus {
#address-cells = <0>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
cpu { cpu@0 {
compatible = "arm,arm926ej-s"; compatible = "arm,arm926ej-s";
device_type = "cpu"; device_type = "cpu";
reg = <0>;
}; };
}; };
......
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
cpu: cpu@0 { cpu: cpu@0 {
device_type = "cpu"; device_type = "cpu";
reg = <0>;
compatible = "arm,arm926ej-s"; compatible = "arm,arm926ej-s";
operating-points = < operating-points = <
/* kHz uV */ /* kHz uV */
......
...@@ -40,12 +40,13 @@ ...@@ -40,12 +40,13 @@
}; };
cpus { cpus {
#address-cells = <0>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
cpu { cpu@0 {
compatible = "arm,arm926ej-s"; compatible = "arm,arm926ej-s";
device_type = "cpu"; device_type = "cpu";
reg = <0>;
}; };
}; };
......
...@@ -22,12 +22,13 @@ ...@@ -22,12 +22,13 @@
}; };
cpus { cpus {
#address-cells = <0>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
cpu { cpu@0 {
compatible = "arm,arm1136jf-s"; compatible = "arm,arm1136jf-s";
device_type = "cpu"; device_type = "cpu";
reg = <0>;
}; };
}; };
......
...@@ -27,12 +27,13 @@ ...@@ -27,12 +27,13 @@
}; };
cpus { cpus {
#address-cells = <0>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
cpu { cpu@0 {
compatible = "arm,arm1136jf-s"; compatible = "arm,arm1136jf-s";
device_type = "cpu"; device_type = "cpu";
reg = <0>;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册