Skip to content

Commit

Permalink
ARM: dts: sirf: add missed address-cells and size-cells for prima2 I2C
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Renwei Wu authored and Olof Johansson committed Oct 29, 2013
1 parent 6f42511 commit 7a54a4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/prima2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@
reg = <0xb00e0000 0x10000>;
interrupts = <24>;
clocks = <&clks 17>;
#address-cells = <1>;
#size-cells = <0>;
};

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

tsc@b0110000 {
Expand Down

0 comments on commit 7a54a4b

Please sign in to comment.