Skip to content

Commit 4fade34

Browse files
lkundrakarndb
authored andcommitted
ARM: dts: pxa168: Add missing address/size cells to i2c nodes
This makes the nodes compatible with the generic i2c binding without the board DTS files having to supply the necessary properties themselves. Signed-off-by: Lubomir Rintel <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent a857caa commit 4fade34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/pxa168.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@
119119

120120
twsi1: i2c@d4011000 {
121121
compatible = "mrvl,mmp-twsi";
122+
#address-cells = <1>;
123+
#size-cells = <0>;
122124
reg = <0xd4011000 0x1000>;
123125
interrupts = <7>;
124126
clocks = <&soc_clocks PXA168_CLK_TWSI0>;
@@ -129,6 +131,8 @@
129131

130132
twsi2: i2c@d4025000 {
131133
compatible = "mrvl,mmp-twsi";
134+
#address-cells = <1>;
135+
#size-cells = <0>;
132136
reg = <0xd4025000 0x1000>;
133137
interrupts = <58>;
134138
clocks = <&soc_clocks PXA168_CLK_TWSI1>;

0 commit comments

Comments
 (0)