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

Commit 95372f9d authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Walleij
Browse files

pinctrl: UniPhier: add UniPhier PH1-sLD8 pinctrl driver



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

Changes in v2:
  - sort groups and funcs alphabetically
  - add i2c pin-mux settings
  - sort members of platform_driver
  - change to tristate
  - add THIS_MODULE to pinctrl_desc
  - use module_platform_driver

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b5cf4161
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,4 +13,8 @@ config PINCTRL_UNIPHIER_PH1_PRO4
	tristate "UniPhier PH1-Pro4 SoC pinctrl driver"
	select PINCTRL_UNIPHIER_CORE

config PINCTRL_UNIPHIER_PH1_SLD8
	tristate "UniPhier PH1-sLD8 SoC pinctrl driver"
	select PINCTRL_UNIPHIER_CORE

endif
+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@ obj-$(CONFIG_PINCTRL_UNIPHIER_CORE) += pinctrl-uniphier-core.o

obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_LD4)		+= pinctrl-ph1-ld4.o
obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_PRO4)		+= pinctrl-ph1-pro4.o
obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_SLD8)		+= pinctrl-ph1-sld8.o
+794 −0

File added.

Preview size limit exceeded, changes collapsed.