This patch updates the in-kernel dts files according to the latest cpus and cpu bindings updates for ARM. Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
@@ -21,8 +21,12 @@
};
cpus {
- cpu@0 {
+ #address-cells = <0>;
+ #size-cells = <0>;
+
+ cpu {
compatible = "arm,arm1136jf-s";
+ device_type = "cpu";
@@ -21,8 +21,13 @@
+ #address-cells = <1>;
cpu@0 {
compatible = "arm,cortex-a8";
+ reg = <0x0>;
@@ -28,13 +28,20 @@
compatible = "arm,cortex-a9";
next-level-cache = <&L2>;
cpu@1 {
+ reg = <0x1>;
@@ -34,11 +34,18 @@
compatible = "arm,cortex-a15";