mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
pinctrl: UniPhier: add UniPhier PH1-LD6b pinctrl driver
Add pin configuration and pinmux support for UniPhier PH1-LD6b 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: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
3c0fd8e3de
commit
b3b6616378
3 changed files with 1279 additions and 0 deletions
|
@ -25,4 +25,8 @@ config PINCTRL_UNIPHIER_PROXSTREAM2
|
||||||
tristate "UniPhier ProXstream2 SoC pinctrl driver"
|
tristate "UniPhier ProXstream2 SoC pinctrl driver"
|
||||||
select PINCTRL_UNIPHIER_CORE
|
select PINCTRL_UNIPHIER_CORE
|
||||||
|
|
||||||
|
config PINCTRL_UNIPHIER_PH1_LD6B
|
||||||
|
tristate "UniPhier PH1-LD6b SoC pinctrl driver"
|
||||||
|
select PINCTRL_UNIPHIER_CORE
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -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_SLD8) += pinctrl-ph1-sld8.o
|
||||||
obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_PRO5) += pinctrl-ph1-pro5.o
|
obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_PRO5) += pinctrl-ph1-pro5.o
|
||||||
obj-$(CONFIG_PINCTRL_UNIPHIER_PROXSTREAM2) += pinctrl-proxstream2.o
|
obj-$(CONFIG_PINCTRL_UNIPHIER_PROXSTREAM2) += pinctrl-proxstream2.o
|
||||||
|
obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_LD6B) += pinctrl-ph1-ld6b.o
|
||||||
|
|
1274
drivers/pinctrl/uniphier/pinctrl-ph1-ld6b.c
Normal file
1274
drivers/pinctrl/uniphier/pinctrl-ph1-ld6b.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue