Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-18 | mach-snapdragon: db410: pinctrl: fix pin count | Ramon Fried | |
Pin count in APQ8016 was wrong, fix that. Fixes: ad97051b7ff6 ("mach-snapdragon: Introduce pinctrl driver") Signed-off-by: Ramon Fried <ramon.fried@gmail.com> | |||
2018-05-26 | mach-snapdragon: Introduce pinctrl driver | 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 <ramon.fried@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> |