Commit 7a54a4ba authored by Renwei Wu's avatar Renwei Wu Committed by Olof Johansson

ARM: dts: sirf: add missed address-cells and size-cells for prima2 I2C

here prima2 i2c node is lacking of address-cells and size-cells.
Signed-off-by: default avatarRenwei Wu <Renwei.Wu@csr.com>
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 6f425115
......@@ -328,6 +328,8 @@ i2c0: i2c@b00e0000 {
reg = <0xb00e0000 0x10000>;
interrupts = <24>;
clocks = <&clks 17>;
#address-cells = <1>;
#size-cells = <0>;
};
i2c1: i2c@b00f0000 {
......@@ -336,6 +338,8 @@ i2c1: i2c@b00f0000 {
reg = <0xb00f0000 0x10000>;
interrupts = <25>;
clocks = <&clks 18>;
#address-cells = <1>;
#size-cells = <0>;
};
tsc@b0110000 {
......
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