pinctrl: uniphier: add UniPhier PH1-LD20 pinctrl driver

Add pin configuration and pinmux support for UniPhier PH1-LD20 SoC.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Masahiro Yamada 2016-05-31 17:05:23 +09:00 committed by Linus Walleij
parent 70f2f9c4cf
commit 336306ee1f
3 changed files with 1042 additions and 0 deletions

View File

@ -36,4 +36,8 @@ config PINCTRL_UNIPHIER_LD11
tristate "UniPhier PH1-LD11 SoC pinctrl driver"
default ARM64
config PINCTRL_UNIPHIER_LD20
tristate "UniPhier PH1-LD20 SoC pinctrl driver"
default ARM64
endif

View File

@ -7,3 +7,4 @@ obj-$(CONFIG_PINCTRL_UNIPHIER_PRO5) += pinctrl-uniphier-pro5.o
obj-$(CONFIG_PINCTRL_UNIPHIER_PXS2) += pinctrl-uniphier-pxs2.o
obj-$(CONFIG_PINCTRL_UNIPHIER_LD6B) += pinctrl-uniphier-ld6b.o
obj-$(CONFIG_PINCTRL_UNIPHIER_LD11) += pinctrl-uniphier-ld11.o
obj-$(CONFIG_PINCTRL_UNIPHIER_LD20) += pinctrl-uniphier-ld20.o

File diff suppressed because it is too large Load Diff