Thread (2 messages) flat view 2 messages, 1 author, 2d ago
WARM2d

[PATCH] pinctrl: realtek: rtd1619b: Publish the OF module alias

From: hpp.iscas <hidden>
Date: 2026-09-05 13:44:46
Also in: linux-gpio, lkml
Subsystem: arm/realtek architecture, pin control subsystem, the rest · Maintainers: James Tai, Yu-Chun Lin, Linus Walleij, Linus Torvalds

The RTD1619B pinctrl driver is a separate tristate object using
rtd1619b_pinctrl_of_match. The generic Realtek pinctrl support does not
publish an alias for this SoC module.

Export the existing OF table while retaining the initialization order.

Fixes: c7910f6aca56 ("pinctrl: realtek: Add pinctrl driver for RTD1619B")
Signed-off-by: hpp.iscas <redacted>
---
 drivers/pinctrl/realtek/pinctrl-rtd1619b.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/realtek/pinctrl-rtd1619b.c b/drivers/pinctrl/realtek/pinctrl-rtd1619b.c
index b07e50d..e03e1fb 100644
--- a/drivers/pinctrl/realtek/pinctrl-rtd1619b.c
+++ b/drivers/pinctrl/realtek/pinctrl-rtd1619b.c
@@ -1575,6 +1575,7 @@ static const struct of_device_id rtd1619b_pinctrl_of_match[] = {
 	{ .compatible = "realtek,rtd1619b-pinctrl", },
 	{},
 };
+MODULE_DEVICE_TABLE(of, rtd1619b_pinctrl_of_match);
 
 static struct platform_driver rtd1619b_pinctrl_driver = {
 	.driver = {

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help