Skip to content

Commit a4bb91d

Browse files
committed
Merge tag 'mvebu-dt-6.17-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into soc/dt
mvebu dt for 6.17 (part 1) Use recent scl/sda gpio bindings on kirkwood boards (Keymile ones) * tag 'mvebu-dt-6.17-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu: ARM: dts: marvell: kirkwood: use recent scl/sda gpio bindings Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 7097d52 + 28254bc commit a4bb91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/marvell/kirkwood-km_common.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
i2c {
2929
compatible = "i2c-gpio";
30-
gpios = < &gpio0 8 GPIO_ACTIVE_HIGH /* sda */
31-
&gpio0 9 GPIO_ACTIVE_HIGH>; /* scl */
30+
sda-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
31+
scl-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
3232
i2c-gpio,delay-us = <2>; /* ~100 kHz */
3333
};
3434
};

0 commit comments

Comments
 (0)