소스 검색

ARM: dts: sunxi: 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: Maxime Ripard <maxime.ripard@free-electrons.com>
Lorenzo Pieralisi 12 년 전
부모
커밋
14c44aa541
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      arch/arm/boot/dts/sun4i-a10.dtsi
  2. 2 0
      arch/arm/boot/dts/sun5i-a13.dtsi

+ 2 - 0
arch/arm/boot/dts/sun4i-a10.dtsi

@@ -17,7 +17,9 @@
 
 	cpus {
 		cpu@0 {
+			device_type = "cpu";
 			compatible = "arm,cortex-a8";
+			reg = <0x0>;
 		};
 	};
 

+ 2 - 0
arch/arm/boot/dts/sun5i-a13.dtsi

@@ -18,7 +18,9 @@
 
 	cpus {
 		cpu@0 {
+			device_type = "cpu";
 			compatible = "arm,cortex-a8";
+			reg = <0x0>;
 		};
 	};