[U-Boot] [PATCH 7/9] rockchip: rk3188: Add pinctrl driver

Simon Glass sjg at chromium.org
Sun Jul 17 16:13:51 CEST 2016


Hi Heiko,

On 15 July 2016 at 16:17, Heiko Stuebner <heiko at sntech.de> wrote:
> Add a driver which supports pin multiplexing setup for the most commonly
> used peripherals.
>
> Signed-off-by: Heiko Stuebner <heiko at sntech.de>
> ---
>  drivers/pinctrl/Kconfig                   |   9 +
>  drivers/pinctrl/rockchip/Makefile         |   1 +
>  drivers/pinctrl/rockchip/pinctrl_rk3188.c | 614 ++++++++++++++++++++++++++++++
>  3 files changed, 624 insertions(+)
>  create mode 100644 drivers/pinctrl/rockchip/pinctrl_rk3188.c

Acked-by: Simon Glass <sjg at chromium.org>

But is it possible to use some common code with the rk3288 driver?
Things like rk3288_pinctrl_set_pins()?

- Simon


More information about the U-Boot mailing list