[PATCH] powerpc/405: Fix missing #{address,size}-cells in i2c node
Grant Likely
grant.likely at secretlab.ca
Tue Jan 4 09:06:03 EST 2011
Signed-off-by: Grant Likely <grant.likely at secretlab.ca>
---
I'm putting this patch into my next-devicetree branch.
g.
arch/powerpc/boot/dts/hotfoot.dts | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/dts/hotfoot.dts b/arch/powerpc/boot/dts/hotfoot.dts
index cad9c38..71d3bb4 100644
--- a/arch/powerpc/boot/dts/hotfoot.dts
+++ b/arch/powerpc/boot/dts/hotfoot.dts
@@ -117,6 +117,8 @@
};
IIC: i2c at ef600500 {
+ #address-cells = <1>;
+ #size-cells = <0>;
compatible = "ibm,iic-405ep", "ibm,iic";
reg = <0xef600500 0x00000011>;
interrupt-parent = <&UIC0>;
More information about the Linuxppc-dev
mailing list