1
0
Fork 0

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: Renwei Wu <Renwei.Wu@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
hifive-unleashed-5.1
Renwei Wu 2013-09-23 23:37:42 +08:00 committed by Olof Johansson
parent 6f4251158a
commit 7a54a4baf0
1 changed files with 4 additions and 0 deletions

View File

@ -328,6 +328,8 @@
reg = <0xb00e0000 0x10000>;
interrupts = <24>;
clocks = <&clks 17>;
#address-cells = <1>;
#size-cells = <0>;
};
i2c1: i2c@b00f0000 {
@ -336,6 +338,8 @@
reg = <0xb00f0000 0x10000>;
interrupts = <25>;
clocks = <&clks 18>;
#address-cells = <1>;
#size-cells = <0>;
};
tsc@b0110000 {