mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 07:44:21 +08:00
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:
parent
aa399e6c6b
commit
916cc2b734
@ -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
|
||||
|
@ -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
|
||||
|
1609
drivers/pinctrl/realtek/pinctrl-rtd1319d.c
Normal file
1609
drivers/pinctrl/realtek/pinctrl-rtd1319d.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user