u-boot-brain/drivers/pinctrl/rockchip
Kever Yang 077eb31514 rockchip: pinctrl: rk3328: do not set io routing
In rk3328, some function pin may have more than one choice, and muxed
with more than one IO, for example, the UART2 controller IO,
TX and RX, have 3 choice(setting in com_iomux):
- M0 which mux with GPIO1A0/GPIO1A1
- M1 which mux with GPIO2A0/GPIO2A1
- usb2phy which mux with USB2.0 DP/DM pin.

We should not decide which group to use in pinctrl driver,
for it may be different in different board, it should goes to board
file, and the pinctrl file should setting correct iomux depends on
the com_iomux value.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
2017-06-07 07:29:21 -06:00
..
Makefile rockchip: rk3368: Add pinctrl driver 2017-06-07 07:29:19 -06:00
pinctrl_rk3036.c rockchip: rk3036: clean mask definition for grf reg 2017-06-07 07:29:21 -06:00
pinctrl_rk3188.c dm: core: Replace of_offset with accessor (part 2) 2017-06-01 07:03:04 -06:00
pinctrl_rk3288.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
pinctrl_rk3328.c rockchip: pinctrl: rk3328: do not set io routing 2017-06-07 07:29:21 -06:00
pinctrl_rk3368.c rockchip: rk3368: Add pinctrl driver 2017-06-07 07:29:19 -06:00
pinctrl_rk3399.c rockchip: pinctrl: rk3399: add support for the HDMI I2C pins 2017-05-10 13:37:21 -06:00