diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2011-01-03 22:02:47 (GMT) |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-01-03 23:02:51 (GMT) |
commit | 301a3da358b4af84915f575479e4f0885be47b73 (patch) | |
tree | 7f486ec3707771e5429d90fb3e424d9ce715d926 /arch/powerpc/boot | |
parent | c8bf6b52af670496f1e8145600e74a3ef3942a4c (diff) | |
download | linux-fsl-qoriq-301a3da358b4af84915f575479e4f0885be47b73.tar.xz |
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')
-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 cad9c38..71d3bb4 100644 --- a/arch/powerpc/boot/dts/hotfoot.dts +++ b/arch/powerpc/boot/dts/hotfoot.dts @@ -117,6 +117,8 @@ }; IIC: i2c@ef600500 { + #address-cells = <1>; + #size-cells = <0>; compatible = "ibm,iic-405ep", "ibm,iic"; reg = <0xef600500 0x00000011>; interrupt-parent = <&UIC0>; |