提交 e757a6ee 编写于 作者: L Lorenzo Pieralisi

ARM: dts: at91: cpus/cpu node 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: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 7a7ed290
...@@ -35,8 +35,12 @@ ...@@ -35,8 +35,12 @@
ssc2 = &ssc2; ssc2 = &ssc2;
}; };
cpus { cpus {
cpu@0 { #address-cells = <0>;
#size-cells = <0>;
cpu {
compatible = "arm,arm920t"; compatible = "arm,arm920t";
device_type = "cpu";
}; };
}; };
......
...@@ -32,8 +32,12 @@ ...@@ -32,8 +32,12 @@
ssc0 = &ssc0; ssc0 = &ssc0;
}; };
cpus { cpus {
cpu@0 { #address-cells = <0>;
compatible = "arm,arm926ejs"; #size-cells = <0>;
cpu {
compatible = "arm,arm926ej-s";
device_type = "cpu";
}; };
}; };
......
...@@ -29,8 +29,12 @@ ...@@ -29,8 +29,12 @@
ssc1 = &ssc1; ssc1 = &ssc1;
}; };
cpus { cpus {
cpu@0 { #address-cells = <0>;
compatible = "arm,arm926ejs"; #size-cells = <0>;
cpu {
compatible = "arm,arm926ej-s";
device_type = "cpu";
}; };
}; };
......
...@@ -35,8 +35,12 @@ ...@@ -35,8 +35,12 @@
ssc1 = &ssc1; ssc1 = &ssc1;
}; };
cpus { cpus {
cpu@0 { #address-cells = <0>;
compatible = "arm,arm926ejs"; #size-cells = <0>;
cpu {
compatible = "arm,arm926ej-s";
device_type = "cpu";
}; };
}; };
......
...@@ -31,8 +31,12 @@ ...@@ -31,8 +31,12 @@
ssc0 = &ssc0; ssc0 = &ssc0;
}; };
cpus { cpus {
cpu@0 { #address-cells = <0>;
compatible = "arm,arm926ejs"; #size-cells = <0>;
cpu {
compatible = "arm,arm926ej-s";
device_type = "cpu";
}; };
}; };
......
...@@ -33,8 +33,12 @@ ...@@ -33,8 +33,12 @@
ssc0 = &ssc0; ssc0 = &ssc0;
}; };
cpus { cpus {
cpu@0 { #address-cells = <0>;
compatible = "arm,arm926ejs"; #size-cells = <0>;
cpu {
compatible = "arm,arm926ej-s";
device_type = "cpu";
}; };
}; };
......
...@@ -36,7 +36,9 @@ ...@@ -36,7 +36,9 @@
}; };
cpus { cpus {
cpu@0 { cpu@0 {
device_type = "cpu";
compatible = "arm,cortex-a5"; compatible = "arm,cortex-a5";
reg = <0x0>;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册