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

Commit 57910a3e authored by Andrew Lunn's avatar Andrew Lunn Committed by Gregory CLEMENT
Browse files

ARM: dts: kirkwood: Remove address from gpio-i2c unit name



gpio-i2c does not have a reg property, just a list of gpios.

Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent eb13cf83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
		};
	};

	i2c@0 {
	i2c {
		compatible = "i2c-gpio";
		gpios = < &gpio0 8 GPIO_ACTIVE_HIGH		/* sda */
			  &gpio0 9 GPIO_ACTIVE_HIGH>;		/* scl */