]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: marvell: 98dx25xx: use correct property for i2c gpios
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Thu, 1 Sep 2022 02:28:08 +0000 (14:28 +1200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 2 Sep 2022 16:11:28 +0000 (18:11 +0200)
Use the correct names for scl-gpios and sda-gpios so that the generic
i2c recovery code will find them. While we're here set the
GPIO_OPEN_DRAIN flag on the gpios.

Fixes: b795fadfc46b ("arm64: dts: marvell: Add Armada 98DX2530 SoC and RD-AC5X board")
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi

index 914fcf9e2c2404bcb4e51814033f53daf349f9fe..44ed6f963b75abbe68f2e8e7c73ebe19468242d8 100644 (file)
                                pinctrl-names = "default", "gpio";
                                pinctrl-0 = <&i2c0_pins>;
                                pinctrl-1 = <&i2c0_gpio>;
-                               scl_gpio = <&gpio0 26 GPIO_ACTIVE_HIGH>;
-                               sda_gpio = <&gpio0 27 GPIO_ACTIVE_HIGH>;
+                               scl-gpios = <&gpio0 26 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
+                               sda-gpios = <&gpio0 27 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
                                status = "disabled";
                        };
 
                                pinctrl-names = "default", "gpio";
                                pinctrl-0 = <&i2c1_pins>;
                                pinctrl-1 = <&i2c1_gpio>;
-                               scl_gpio = <&gpio0 20 GPIO_ACTIVE_HIGH>;
-                               sda_gpio = <&gpio0 21 GPIO_ACTIVE_HIGH>;
+                               scl-gpios = <&gpio0 20 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
+                               sda-gpios = <&gpio0 21 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
                                status = "disabled";
                        };