Skip to content

Commit

Permalink
pinctrl: uniphier: add UniPhier PH1-LD20 pinctrl driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
masahir0y authored and linusw committed May 31, 2016
1 parent 70f2f9c commit 336306e
Show file tree
Hide file tree
Showing 3 changed files with 1,042 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/pinctrl/uniphier/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions drivers/pinctrl/uniphier/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 336306e

Please sign in to comment.