Linux GPIO subsystem development
 help / color / mirror / Atom feed
From: "hpp.iscas" <hppiscas@163.com>
To: James Tai <james.tai@realtek.com>
Cc: "hpp.iscas" <hppiscas@163.com>,
	"Yu-Chun Lin" <eleanor.lin@realtek.com>,
	"Andreas Färber" <afaerber@suse.com>,
	"Linus Walleij" <linusw@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-realtek-soc@lists.infradead.org,
	linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Tzuyi Chang" <tychang@realtek.com>
Subject: [PATCH] pinctrl: realtek: rtd1619b: Publish the OF module alias
Date: Sat,  5 Sep 2026 21:44:18 +0800	[thread overview]
Message-ID: <20260905134418.67619-1-hppiscas@163.com> (raw)

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 <hppiscas@163.com>
---
 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 = {


             reply	other threads:[~2026-09-05 13:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-05 13:44 hpp.iscas [this message]
2026-09-07  6:13 ` [PATCH] pinctrl: realtek: rtd1619b: Publish the OF module alias Yu-Chun Lin [林祐君]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260905134418.67619-1-hppiscas@163.com \
    --to=hppiscas@163.com \
    --cc=afaerber@suse.com \
    --cc=eleanor.lin@realtek.com \
    --cc=james.tai@realtek.com \
    --cc=linusw@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-realtek-soc@lists.infradead.org \
    --cc=tychang@realtek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox