Re: [PATCH] pinctrl: ocelot: fix gpio4 twi function

2018-07-13 Thread Linus Walleij
On Wed, Jul 11, 2018 at 3:01 PM Alexandre Belloni wrote: > the TWI function on GPIO4 is actually a multiplexed SCL, not an original > TWI SDA or SCL. Fix it. > > Signed-off-by: Alexandre Belloni Patch applied. Yours, Linus Walleij

[PATCH] pinctrl: ocelot: fix gpio4 twi function

2018-07-11 Thread Alexandre Belloni
the TWI function on GPIO4 is actually a multiplexed SCL, not an original TWI SDA or SCL. Fix it. Signed-off-by: Alexandre Belloni --- drivers/pinctrl/pinctrl-ocelot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-ocelot.c b/drivers/pinctrl/pinctrl-oc