Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 336306ee authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Walleij
Browse files

pinctrl: uniphier: add UniPhier PH1-LD20 pinctrl driver



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

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 70f2f9c4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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
+1037 −0

File added.

Preview size limit exceeded, changes collapsed.