浏览代码

ARM: dts: armada-370-xp: cpus/cpu node 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: Gregory CLEMENT <gregory.clement@free-electrons.com>
Lorenzo Pieralisi 12 年之前
父节点
当前提交
7a7ed29072
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      arch/arm/boot/dts/armada-370-xp.dtsi

+ 4 - 0
arch/arm/boot/dts/armada-370-xp.dtsi

@@ -23,8 +23,12 @@
 	compatible = "marvell,armada-370-xp";
 	compatible = "marvell,armada-370-xp";
 
 
 	cpus {
 	cpus {
+		#address-cells = <1>;
+		#size-cells = <0>;
 		cpu@0 {
 		cpu@0 {
 			compatible = "marvell,sheeva-v7";
 			compatible = "marvell,sheeva-v7";
+			device_type = "cpu";
+			reg = <0>;
 		};
 		};
 	};
 	};