Commit 301a3da3 authored by Grant Likely's avatar Grant Likely

powerpc/405: Fix missing #{address,size}-cells in i2c node

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent c8bf6b52
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment