9
0
Fork 0

OWHW: Fix pinmux for I2C bus 1 (I2C_EXT)

This commit is contained in:
Harald Welte 2015-10-31 18:20:51 +01:00 committed by Holger Hans Peter Freyther
parent 84688931cf
commit b666be6998
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@
i2c1_pins: pinmux_i2c1_pins {
pinctrl-single,pins = <
0x168 (PIN_INPUT_PULLUP | MUX_MODE0) /* uart0_ctsn.i2c1_sda */
0x16c (PIN_INPUT_PULLUP | MUX_MODE0) /* uart0_rtsn.i2c1_scl */
0x168 (PIN_INPUT_PULLUP | MUX_MODE3) /* uart0_ctsn.i2c1_sda */
0x16c (PIN_INPUT_PULLUP | MUX_MODE3) /* uart0_rtsn.i2c1_scl */
>;
};