소스 검색

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: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Lorenzo Pieralisi 12 년 전
부모
커밋
78e65739a6
3개의 변경된 파일14개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 0
      arch/arm/boot/dts/spear13xx.dtsi
  2. 6 2
      arch/arm/boot/dts/spear3xx.dtsi
  3. 6 2
      arch/arm/boot/dts/spear600.dtsi

+ 2 - 0
arch/arm/boot/dts/spear13xx.dtsi

@@ -22,12 +22,14 @@
 
 		cpu@0 {
 			compatible = "arm,cortex-a9";
+			device_type = "cpu";
 			reg = <0>;
 			next-level-cache = <&L2>;
 		};
 
 		cpu@1 {
 			compatible = "arm,cortex-a9";
+			device_type = "cpu";
 			reg = <1>;
 			next-level-cache = <&L2>;
 		};

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

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

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

@@ -15,8 +15,12 @@
 	compatible = "st,spear600";
 
 	cpus {
-		cpu@0 {
-			compatible = "arm,arm926ejs";
+		#address-cells = <0>;
+		#size-cells = <0>;
+
+		cpu {
+			compatible = "arm,arm926ej-s";
+			device_type = "cpu";
 		};
 	};