Re: [U-Boot] [PATCH 2/2] pinctrl: rockchip: Add pinctrl support for rk3308

2019-11-26 Thread Kever Yang
David, On 2019/11/26 上午9:06, David Wu wrote: The most pins of rk3308 are 2bits iomux, but the banks's register width is 0x8. Could you make more explanation about the difference for rk3308 iomux? It will be better to have a simple example here. Thanks, - Kever Signed-off-by: David

[U-Boot] [PATCH 2/2] pinctrl: rockchip: Add pinctrl support for rk3308

2019-11-25 Thread David Wu
The most pins of rk3308 are 2bits iomux, but the banks's register width is 0x8. Signed-off-by: David Wu --- drivers/pinctrl/rockchip/Makefile | 1 + drivers/pinctrl/rockchip/pinctrl-rk3308.c | 464 ++ .../pinctrl/rockchip/pinctrl-rockchip-core.c | 3 +-