提交 78e65739 编写于 作者: L Lorenzo Pieralisi

ARM: dts: spear: 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: NViresh Kumar <viresh.kumar@linaro.org>
上级 35fae4c3
...@@ -22,12 +22,14 @@ ...@@ -22,12 +22,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>;
}; };
......
...@@ -17,8 +17,12 @@ ...@@ -17,8 +17,12 @@
interrupt-parent = <&vic>; interrupt-parent = <&vic>;
cpus { cpus {
cpu@0 { #address-cells = <0>;
compatible = "arm,arm926ejs"; #size-cells = <0>;
cpu {
compatible = "arm,arm926ej-s";
device_type = "cpu";
}; };
}; };
......
...@@ -15,8 +15,12 @@ ...@@ -15,8 +15,12 @@
compatible = "st,spear600"; compatible = "st,spear600";
cpus { cpus {
cpu@0 { #address-cells = <0>;
compatible = "arm,arm926ejs"; #size-cells = <0>;
cpu {
compatible = "arm,arm926ej-s";
device_type = "cpu";
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册