Skip to content

Commit

Permalink
ARM: at91: fix gpios on i2c-gpio for RM9200 DT
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Joachim Eastwood authored and Nicolas Ferre committed Jan 23, 2013
1 parent 1bab02e commit 334c9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/at91rm9200.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 334c9e8

Please sign in to comment.