Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8632a661 authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: dts: Flags D-Link DIR-685 I2C bus gpios



These GPIOs are used in open drain mode, so make sure to
flag them as such. Use the new separate scl/sda line
GPIO bindings.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent dd5c0561
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -99,8 +99,8 @@
	gpio-i2c {
		compatible = "i2c-gpio";
		/* Collides with ICE */
		gpios = <&gpio0 5 0>, /* SDA */
			<&gpio0 6 0>; /* SCL */
		sda-gpios = <&gpio0 5 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
		scl-gpios = <&gpio0 6 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
		#address-cells = <1>;
		#size-cells = <0>;