* [PATCH] clk: sunxi-ng: a523: Publish the main CCU module alias
@ 2026-09-05 13:34 hpp.iscas
0 siblings, 0 replies; only message in thread
From: hpp.iscas @ 2026-09-05 13:34 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, Andre Przywara
The A523 main CCU driver supports module builds and registers an OF
match table. The table is not exported, leaving the module without an
alias for its OF device.
Publish the main CCU table without changing clock initialization.
Fixes: 7cae1e2b5544 ("clk: sunxi-ng: Add support for the A523/T527 CCU PLLs")
Signed-off-by: hpp.iscas <hppiscas@163.com>
---
drivers/clk/sunxi-ng/ccu-sun55i-a523.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/sunxi-ng/ccu-sun55i-a523.c b/drivers/clk/sunxi-ng/ccu-sun55i-a523.c
index 20dad06..d0c4c70 100644
--- a/drivers/clk/sunxi-ng/ccu-sun55i-a523.c
+++ b/drivers/clk/sunxi-ng/ccu-sun55i-a523.c
@@ -1685,6 +1685,7 @@ static const struct of_device_id sun55i_a523_ccu_ids[] = {
{ .compatible = "allwinner,sun55i-a523-ccu" },
{ }
};
+MODULE_DEVICE_TABLE(of, sun55i_a523_ccu_ids);
static struct platform_driver sun55i_a523_ccu_driver = {
.probe = sun55i_a523_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:34 [PATCH] clk: sunxi-ng: a523: Publish the main 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