diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2011-01-03 17:02:47 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-01-03 18:02:51 -0500 |
commit | 301a3da358b4af84915f575479e4f0885be47b73 (patch) | |
tree | 7f486ec3707771e5429d90fb3e424d9ce715d926 /arch/powerpc/boot/dts/hotfoot.dts | |
parent | c8bf6b52af670496f1e8145600e74a3ef3942a4c (diff) |
powerpc/405: Fix missing #{address,size}-cells in i2c node
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/boot/dts/hotfoot.dts')
-rw-r--r-- | 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 cad9c3840afc..71d3bb4931dc 100644 --- a/arch/powerpc/boot/dts/hotfoot.dts +++ b/arch/powerpc/boot/dts/hotfoot.dts | |||
@@ -117,6 +117,8 @@ | |||
117 | }; | 117 | }; |
118 | 118 | ||
119 | IIC: i2c@ef600500 { | 119 | IIC: i2c@ef600500 { |
120 | #address-cells = <1>; | ||
121 | #size-cells = <0>; | ||
120 | compatible = "ibm,iic-405ep", "ibm,iic"; | 122 | compatible = "ibm,iic-405ep", "ibm,iic"; |
121 | reg = <0xef600500 0x00000011>; | 123 | reg = <0xef600500 0x00000011>; |
122 | interrupt-parent = <&UIC0>; | 124 | interrupt-parent = <&UIC0>; |