Browse Source

ARM: dts: pxa2xx: 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: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Lorenzo Pieralisi 12 years ago
parent
commit
0336204485
1 changed files with 5 additions and 2 deletions
  1. 5 2
      arch/arm/boot/dts/pxa2xx.dtsi

+ 5 - 2
arch/arm/boot/dts/pxa2xx.dtsi

@@ -23,8 +23,11 @@
 	};
 
 	cpus {
-		cpu@0 {
-			compatible = "arm,xscale";
+		#address-cells = <0>;
+		#size-cells = <0>;
+		cpu {
+			compatible = "marvell,xscale";
+			device_type = "cpu";
 		};
 	};