mirror of https://gitee.com/openkylin/linux.git
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
|
@ -117,6 +117,8 @@ UART1: serial@ef600300 {
|
|||
};
|
||||
|
||||
IIC: i2c@ef600500 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "ibm,iic-405ep", "ibm,iic";
|
||||
reg = <0xef600500 0x00000011>;
|
||||
interrupt-parent = <&UIC0>;
|
||||
|
|
Loading…
Reference in New Issue