]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: stm32: use recent scl/sda gpio bindings
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 11 Aug 2025 18:37:11 +0000 (20:37 +0200)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 28 Aug 2025 10:33:26 +0000 (12:33 +0200)
We have dedictaded bindings for scl/sda nowadays. Switch away from the
deprecated plain 'gpios' property.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
arch/arm/boot/dts/st/ste-nomadik-s8815.dts

index c905c2643a120c4e9e4fbf474c4e69fe45fed2e9..aeb58d2c08a106c55314089d4876213c1f76765b 100644 (file)
        /* GPIO I2C connected to the USB portions of the STw4811 only */
        gpio-i2c {
                compatible = "i2c-gpio";
-               gpios = <&gpio2 10 0>, /* sda */
-                       <&gpio2 9 0>; /* scl */
+               sda-gpios = <&gpio2 10 0>;
+               scl-gpios = <&gpio2 9 0>;
                #address-cells = <1>;
                #size-cells = <0>;
                pinctrl-names = "default";