Browse Source

ARM: dts: lpc32xx: 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
73158b77c9
1 changed files with 6 additions and 2 deletions
  1. 6 2
      arch/arm/boot/dts/lpc32xx.dtsi

+ 6 - 2
arch/arm/boot/dts/lpc32xx.dtsi

@@ -18,8 +18,12 @@
 	interrupt-parent = <&mic>;
 
 	cpus {
-		cpu@0 {
-			compatible = "arm,arm926ejs";
+		#address-cells = <0>;
+		#size-cells = <0>;
+
+		cpu {
+			compatible = "arm,arm926ej-s";
+			device_type = "cpu";
 		};
 	};