Re: [U-Boot] [PATCH v2 5/7] mach-snapdragon: Introduce pinctrl driver

2018-05-16 Thread Simon Glass
On 16 May 2018 at 03:13, Ramon Fried wrote: > This patch adds pinmux and pinctrl driver for TLMM > subsystem in snapdragon chipsets. > Currently, supporting only 8016, but implementation is > generic and 8096 can be added easily. > > Driver is using the generic dt-bindings and doesn't > introduce

[U-Boot] [PATCH v2 5/7] mach-snapdragon: Introduce pinctrl driver

2018-05-16 Thread Ramon Fried
This patch adds pinmux and pinctrl driver for TLMM subsystem in snapdragon chipsets. Currently, supporting only 8016, but implementation is generic and 8096 can be added easily. Driver is using the generic dt-bindings and doesn't introduce any new bindings (yet). Signed-off-by: Ramon Fried --- v