ARM: dts: marvell: kirkwood: use recent scl/sda gpio bindings

We have dedictaded bindings for scl/sda nowadays. Switch away from the
deprecated plain 'gpios' property.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Wolfram Sang
2025-07-07 16:58:42 +02:00
committed by Gregory CLEMENT
parent 19272b37aa
commit 28254bcf96
@@ -27,8 +27,8 @@
i2c {
compatible = "i2c-gpio";
gpios = < &gpio0 8 GPIO_ACTIVE_HIGH /* sda */
&gpio0 9 GPIO_ACTIVE_HIGH>; /* scl */
sda-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
scl-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
i2c-gpio,delay-us = <2>; /* ~100 kHz */
};
};