diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-09-11 20:17:38 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-09-25 00:27:47 +0900 |
commit | 080b7a5b4522d4a8fcda4a4e0c34b757ac99bdae (patch) | |
tree | c1df715d6e649076dfa00a76d6ad1ab96e284283 /drivers/pinctrl/uniphier/Makefile | |
parent | 833de5fafb43df835f5a9d2a8b77c0ffbbde9cb0 (diff) | |
download | u-boot-080b7a5b4522d4a8fcda4a4e0c34b757ac99bdae.tar.gz u-boot-080b7a5b4522d4a8fcda4a4e0c34b757ac99bdae.tar.xz u-boot-080b7a5b4522d4a8fcda4a4e0c34b757ac99bdae.zip |
pinctrl: uniphier: add UniPhier PH1-LD6b pinctrl driver
Add pin configuration and pinmux support for UniPhier PH1-LD6b SoC.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/pinctrl/uniphier/Makefile')
-rw-r--r-- | drivers/pinctrl/uniphier/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/uniphier/Makefile b/drivers/pinctrl/uniphier/Makefile index aed038c59f..e215b10972 100644 --- a/drivers/pinctrl/uniphier/Makefile +++ b/drivers/pinctrl/uniphier/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_PRO4) += pinctrl-ph1-pro4.o obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_SLD8) += pinctrl-ph1-sld8.o obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_PRO5) += pinctrl-ph1-pro5.o obj-$(CONFIG_PINCTRL_UNIPHIER_PROXSTREAM2) += pinctrl-proxstream2.o +obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_LD6B) += pinctrl-ph1-ld6b.o |