pinctrl: realtek: Add pinctrl driver for RTD1319D

Add RTD1319D support using realtek common pinctrl driver.

Signed-off-by: Tzuyi Chang <tychang@realtek.com>
Link: https://lore.kernel.org/r/20230919101117.4097-4-tychang@realtek.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Tzuyi Chang 2023-09-19 18:11:13 +08:00 committed by Linus Walleij
parent aa399e6c6b
commit 916cc2b734
3 changed files with 1615 additions and 0 deletions

View File

@ -7,6 +7,11 @@ config PINCTRL_RTD
select PINMUX
select GENERIC_PINCONF
config PINCTRL_RTD1319D
tristate "Realtek DHC 1319D pin controller driver"
depends on PINCTRL_RTD
default y
config PINCTRL_RTD1315E
tristate "Realtek DHC 1315E pin controller driver"
depends on PINCTRL_RTD

View File

@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Realtek DHC pin control drivers
obj-$(CONFIG_PINCTRL_RTD) += pinctrl-rtd.o
obj-$(CONFIG_PINCTRL_RTD1319D) += pinctrl-rtd1319d.o
obj-$(CONFIG_PINCTRL_RTD1315E) += pinctrl-rtd1315e.o

File diff suppressed because it is too large Load Diff