powerpc/405: Fix missing #{address,size}-cells in i2c node
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
parent
c8bf6b52af
commit
301a3da358
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
IIC: i2c@ef600500 {
|
IIC: i2c@ef600500 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
compatible = "ibm,iic-405ep", "ibm,iic";
|
compatible = "ibm,iic-405ep", "ibm,iic";
|
||||||
reg = <0xef600500 0x00000011>;
|
reg = <0xef600500 0x00000011>;
|
||||||
interrupt-parent = <&UIC0>;
|
interrupt-parent = <&UIC0>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue