Commit 334c9e8d authored by Joachim Eastwood's avatar Joachim Eastwood Committed by Nicolas Ferre
Browse files

ARM: at91: fix gpios on i2c-gpio for RM9200 DT

parent 1bab02ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -336,8 +336,8 @@

	i2c@0 {
		compatible = "i2c-gpio";
		gpios = <&pioA 23 0 /* sda */
			 &pioA 24 0 /* scl */
		gpios = <&pioA 25 0 /* sda */
			 &pioA 26 0 /* scl */
			>;
		i2c-gpio,sda-open-drain;
		i2c-gpio,scl-open-drain;