]> git.ipfire.org Git - thirdparty/linux.git/commit
pinctrl: realtek: add rtd1625 pinctrl driver
authorTzuyi Chang <tychang@realtek.com>
Tue, 17 Mar 2026 11:54:09 +0000 (19:54 +0800)
committerLinus Walleij <linusw@kernel.org>
Mon, 23 Mar 2026 08:59:35 +0000 (09:59 +0100)
commite309dbd523b877f049496ecd6560fa3d9551e2d1
tree4e9ad35bba2beae99b2cc0e83cfc7f659168f64f
parentdcc9334435b0fd34adcca96cc397a30915c882d9
pinctrl: realtek: add rtd1625 pinctrl driver

Add support for Realtek RTD1625 SoC using the realtek common pinctrl driver.

This patch introduces the RTK_PIN_CONFIG_V2 and RTK_PIN_CONFIG_I2C macros,
which are required to describe the specific register layout and electrical
features (such as slew rate and high VIL) of the RTD1625 pins.

Signed-off-by: Tzuyi Chang <tychang@realtek.com>
Signed-off-by: Yu-Chun Lin <eleanor.lin@realtek.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/realtek/Kconfig
drivers/pinctrl/realtek/Makefile
drivers/pinctrl/realtek/pinctrl-rtd.h
drivers/pinctrl/realtek/pinctrl-rtd1625.c [new file with mode: 0644]