Commit eeb25fd5 authored by Lorenzo Pieralisi's avatar Lorenzo Pieralisi

ARM: dts: omap: 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: default avatarLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
parent 73158b77
...@@ -21,8 +21,12 @@ aliases { ...@@ -21,8 +21,12 @@ aliases {
}; };
cpus { cpus {
cpu@0 { #address-cells = <0>;
#size-cells = <0>;
cpu {
compatible = "arm,arm1136jf-s"; compatible = "arm,arm1136jf-s";
device_type = "cpu";
}; };
}; };
......
...@@ -21,8 +21,13 @@ aliases { ...@@ -21,8 +21,13 @@ aliases {
}; };
cpus { cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 { cpu@0 {
compatible = "arm,cortex-a8"; compatible = "arm,cortex-a8";
device_type = "cpu";
reg = <0x0>;
}; };
}; };
......
...@@ -28,13 +28,20 @@ aliases { ...@@ -28,13 +28,20 @@ aliases {
}; };
cpus { cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 { cpu@0 {
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
device_type = "cpu";
next-level-cache = <&L2>; next-level-cache = <&L2>;
reg = <0x0>;
}; };
cpu@1 { cpu@1 {
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
device_type = "cpu";
next-level-cache = <&L2>; next-level-cache = <&L2>;
reg = <0x1>;
}; };
}; };
......
...@@ -34,11 +34,18 @@ aliases { ...@@ -34,11 +34,18 @@ aliases {
}; };
cpus { cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 { cpu@0 {
device_type = "cpu";
compatible = "arm,cortex-a15"; compatible = "arm,cortex-a15";
reg = <0x0>;
}; };
cpu@1 { cpu@1 {
device_type = "cpu";
compatible = "arm,cortex-a15"; compatible = "arm,cortex-a15";
reg = <0x1>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment