* [PATCH] clk: mediatek: mt8167: Fix orphaned mm_hdmi_pll clock
@ 2026-05-07 17:00 Luca Leonardo Scorcia
0 siblings, 0 replies; only message in thread
From: Luca Leonardo Scorcia @ 2026-05-07 17:00 UTC (permalink / raw)
To: linux-mediatek
Cc: Luca Leonardo Scorcia, Michael Turquette, Stephen Boyd,
Matthias Brugger, AngeloGioacchino Del Regno, linux-clk,
linux-kernel, linux-arm-kernel
Clock hdmtx_dig_cts, parent of mm_hdmi_pll, is missing from the clock
hierarchy. Add its declaration with values coming from the Android
sources of Lenovo Smart Clock 2. Tested on Xiaomi Mi Smart Clock x04g.
Signed-off-by: Luca Leonardo Scorcia <l.scorcia@gmail.com>
---
drivers/clk/mediatek/clk-mt8167.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/mediatek/clk-mt8167.c b/drivers/clk/mediatek/clk-mt8167.c
index c64d918c37de..df9f9dd1bfd6 100644
--- a/drivers/clk/mediatek/clk-mt8167.c
+++ b/drivers/clk/mediatek/clk-mt8167.c
@@ -27,6 +27,7 @@ static const struct mtk_fixed_clk fixed_clks[] = {
FIXED_CLK(CLK_TOP_DSI0_LNTC_DSICK, "dsi0_lntc_dsick", "clk26m", 75000000),
FIXED_CLK(CLK_TOP_VPLL_DPIX, "vpll_dpix", "clk26m", 75000000),
FIXED_CLK(CLK_TOP_LVDSTX_CLKDIG_CTS, "lvdstx_dig_cts", "clk26m", 52500000),
+ FIXED_CLK(CLK_TOP_HDMTX_CLKDIG_CTS, "hdmtx_dig_cts", "clk26m", 75000000),
};
static const struct mtk_fixed_factor top_divs[] = {
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-07 17:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-07 17:00 [PATCH] clk: mediatek: mt8167: Fix orphaned mm_hdmi_pll clock Luca Leonardo Scorcia
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox