浏览代码

powerpc/405: Fix missing #{address,size}-cells in i2c node

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Grant Likely 14 年之前
父节点
当前提交
301a3da358
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/powerpc/boot/dts/hotfoot.dts

+ 2 - 0
arch/powerpc/boot/dts/hotfoot.dts

@@ -117,6 +117,8 @@
 			};
 			};
 
 
 			IIC: i2c@ef600500 {
 			IIC: i2c@ef600500 {
+				#address-cells = <1>;
+				#size-cells = <0>;
 				compatible = "ibm,iic-405ep", "ibm,iic";
 				compatible = "ibm,iic-405ep", "ibm,iic";
 				reg = <0xef600500 0x00000011>;
 				reg = <0xef600500 0x00000011>;
 				interrupt-parent = <&UIC0>;
 				interrupt-parent = <&UIC0>;