i2c-mux-gpio: Fix GPIO request flag issue
authorYe Li <ye.li@nxp.com>
Wed, 10 Jul 2019 10:23:09 +0000 (10:23 +0000)
committerHeiko Schocher <hs@denx.de>
Tue, 27 Aug 2019 04:19:50 +0000 (06:19 +0200)
commit42cc3125c414b340b3c90600486c6951325b27a6
tree3dd21c1d6d787d325588e983d9e6819ab2fc790c
parentd39221f33f0e78cc80d1304ab4ca4e4a3886fbff
i2c-mux-gpio: Fix GPIO request flag issue

When requesting GPIO, the GPIOD_IS_OUT is missed in flag, so the GPIO
is set the input mode not output and cause mux not work.

Signed-off-by: Ye Li <ye.li@nxp.com>
drivers/i2c/muxes/i2c-mux-gpio.c