* [PATCH] clk: sunxi-ng: a523: Publish the MCU CCU module alias
@ 2026-09-05 13:35 hpp.iscas
0 siblings, 0 replies; only message in thread
From: hpp.iscas @ 2026-09-05 13:35 UTC (permalink / raw)
To: Stephen Boyd
Cc: hpp.iscas, Brian Masney, Jerome Brunet, Chen-Yu Tsai,
Jernej Skrabec, Samuel Holland, linux-clk, linux-arm-kernel,
linux-sunxi, linux-kernel
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,
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-05 13:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-05 13:35 [PATCH] clk: sunxi-ng: a523: Publish the MCU CCU module alias hpp.iscas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox