pinctrl: realtek: Add pinctrl driver for RTD1315E
Add RTD1315E support using realtek common pinctrl driver. Signed-off-by: Tzuyi Chang <tychang@realtek.com> Link: https://lore.kernel.org/r/20230919101117.4097-3-tychang@realtek.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
e99ce78030
commit
aa399e6c6b
@ -6,3 +6,8 @@ config PINCTRL_RTD
|
||||
default y
|
||||
select PINMUX
|
||||
select GENERIC_PINCONF
|
||||
|
||||
config PINCTRL_RTD1315E
|
||||
tristate "Realtek DHC 1315E pin controller driver"
|
||||
depends on PINCTRL_RTD
|
||||
default y
|
||||
|
@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Realtek DHC pin control drivers
|
||||
obj-$(CONFIG_PINCTRL_RTD) += pinctrl-rtd.o
|
||||
obj-$(CONFIG_PINCTRL_RTD1315E) += pinctrl-rtd1315e.o
|
||||
|
1439
drivers/pinctrl/realtek/pinctrl-rtd1315e.c
Normal file
1439
drivers/pinctrl/realtek/pinctrl-rtd1315e.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user