Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "hpp.iscas" <hppiscas@163.com>
To: Stephen Boyd <sboyd@kernel.org>
Cc: "hpp.iscas" <hppiscas@163.com>,
	Brian Masney <bmasney+clk@redhat.com>,
	Jerome Brunet <jbrunet+clk@baylibre.com>,
	Chen-Yu Tsai <wens@kernel.org>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Samuel Holland <samuel@sholland.org>,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [PATCH] clk: sunxi-ng: a523: Publish the MCU CCU module alias
Date: Sat,  5 Sep 2026 21:35:27 +0800	[thread overview]
Message-ID: <20260905133527.64811-1-hppiscas@163.com> (raw)

The A523 MCU CCU is built as a separate module. Its platform driver
uses sun55i_a523_mcu_ccu_ids, but the table is not exported for module
autoloading.

Publish the existing OF table. The main and PRCM CCU modules do not
provide alias metadata for this module.

Fixes: 598e4b6713b5 ("clk: sunxi-ng: add support for the A523/T527 MCU CCU")
Signed-off-by: hpp.iscas <hppiscas@163.com>
---
 drivers/clk/sunxi-ng/ccu-sun55i-a523-mcu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/sunxi-ng/ccu-sun55i-a523-mcu.c b/drivers/clk/sunxi-ng/ccu-sun55i-a523-mcu.c
index 197844f..f5f0f87 100644
--- a/drivers/clk/sunxi-ng/ccu-sun55i-a523-mcu.c
+++ b/drivers/clk/sunxi-ng/ccu-sun55i-a523-mcu.c
@@ -453,6 +453,7 @@ static const struct of_device_id sun55i_a523_mcu_ccu_ids[] = {
 	{ .compatible = "allwinner,sun55i-a523-mcu-ccu" },
 	{ }
 };
+MODULE_DEVICE_TABLE(of, sun55i_a523_mcu_ccu_ids);
 
 static struct platform_driver sun55i_a523_mcu_ccu_driver = {
 	.probe	= sun55i_a523_mcu_ccu_probe,



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

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20260905133527.64811-1-hppiscas@163.com \
    --to=hppiscas@163.com \
    --cc=bmasney+clk@redhat.com \
    --cc=jbrunet+clk@baylibre.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=samuel@sholland.org \
    --cc=sboyd@kernel.org \
    --cc=wens@kernel.org \
    /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