Skip to content

Commit

Permalink
powerpc/405: Fix missing #{address,size}-cells in i2c node
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Grant Likely committed Jan 3, 2011
1 parent c8bf6b5 commit 301a3da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/hotfoot.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 301a3da

Please sign in to comment.