浏览代码

powerpc/5200: mpc5200b.dtsi: add spi node address- and size-cells properties

Both, #address-cells and #size-cells properties are required
for spi bus node, so add them.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Anatolij Gustschin 14 年之前
父节点
当前提交
6cf1d0b806
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/powerpc/boot/dts/mpc5200b.dtsi

+ 2 - 0
arch/powerpc/boot/dts/mpc5200b.dtsi

@@ -147,6 +147,8 @@
 		};
 		};
 
 
 		spi@f00 {
 		spi@f00 {
+			#address-cells = <1>;
+			#size-cells = <0>;
 			compatible = "fsl,mpc5200b-spi","fsl,mpc5200-spi";
 			compatible = "fsl,mpc5200b-spi","fsl,mpc5200-spi";
 			reg = <0xf00 0x20>;
 			reg = <0xf00 0x20>;
 			interrupts = <2 13 0 2 14 0>;
 			interrupts = <2 13 0 2 14 0>;