mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
pinctrl: uniphier: add UniPhier PH1-LD11 pinctrl driver
Add pin configuration and pinmux support for UniPhier PH1-LD11 SoC. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
committed by
Linus Walleij
parent
3e030b0b4e
commit
70f2f9c4cf
@@ -10,26 +10,30 @@ if PINCTRL_UNIPHIER
|
||||
|
||||
config PINCTRL_UNIPHIER_LD4
|
||||
tristate "UniPhier PH1-LD4 SoC pinctrl driver"
|
||||
default y
|
||||
default ARM
|
||||
|
||||
config PINCTRL_UNIPHIER_PRO4
|
||||
tristate "UniPhier PH1-Pro4 SoC pinctrl driver"
|
||||
default y
|
||||
default ARM
|
||||
|
||||
config PINCTRL_UNIPHIER_SLD8
|
||||
tristate "UniPhier PH1-sLD8 SoC pinctrl driver"
|
||||
default y
|
||||
default ARM
|
||||
|
||||
config PINCTRL_UNIPHIER_PRO5
|
||||
tristate "UniPhier PH1-Pro5 SoC pinctrl driver"
|
||||
default y
|
||||
default ARM
|
||||
|
||||
config PINCTRL_UNIPHIER_PXS2
|
||||
tristate "UniPhier ProXstream2 SoC pinctrl driver"
|
||||
default y
|
||||
default ARM
|
||||
|
||||
config PINCTRL_UNIPHIER_LD6B
|
||||
tristate "UniPhier PH1-LD6b SoC pinctrl driver"
|
||||
default y
|
||||
default ARM
|
||||
|
||||
config PINCTRL_UNIPHIER_LD11
|
||||
tristate "UniPhier PH1-LD11 SoC pinctrl driver"
|
||||
default ARM64
|
||||
|
||||
endif
|
||||
|
||||
@@ -6,3 +6,4 @@ obj-$(CONFIG_PINCTRL_UNIPHIER_SLD8) += pinctrl-uniphier-sld8.o
|
||||
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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user