public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: ralink: mtmips: remove duplicated 'xtal' clock for Ralink SoC RT3883
@ 2025-01-08  9:36 Sergio Paracuellos
  2025-01-13 21:35 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Sergio Paracuellos @ 2025-01-08  9:36 UTC (permalink / raw)
  To: linux-clk; +Cc: sboyd, mturquette, linux-kernel, yangshiji66

Ralink SoC RT3883 has already 'xtal' defined as a base clock so there is no
need to redefine it again in fixed clocks section. Hence, remove the duplicate
one from there.

Fixes: d34db686a3d7 ("clk: ralink: mtmips: fix clocks probe order in oldest ralink SoCs")
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
---
 drivers/clk/ralink/clk-mtmips.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clk/ralink/clk-mtmips.c b/drivers/clk/ralink/clk-mtmips.c
index 76285fbbdeaa..4b5d8b741e4e 100644
--- a/drivers/clk/ralink/clk-mtmips.c
+++ b/drivers/clk/ralink/clk-mtmips.c
@@ -264,7 +264,6 @@ static int mtmips_register_pherip_clocks(struct device_node *np,
 	}
 
 static struct mtmips_clk_fixed rt3883_fixed_clocks[] = {
-	CLK_FIXED("xtal", NULL, 40000000),
 	CLK_FIXED("periph", "xtal", 40000000)
 };
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: ralink: mtmips: remove duplicated 'xtal' clock for Ralink SoC RT3883
  2025-01-08  9:36 [PATCH] clk: ralink: mtmips: remove duplicated 'xtal' clock for Ralink SoC RT3883 Sergio Paracuellos
@ 2025-01-13 21:35 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2025-01-13 21:35 UTC (permalink / raw)
  To: Sergio Paracuellos, linux-clk; +Cc: mturquette, linux-kernel, yangshiji66

Quoting Sergio Paracuellos (2025-01-08 01:36:36)
> Ralink SoC RT3883 has already 'xtal' defined as a base clock so there is no
> need to redefine it again in fixed clocks section. Hence, remove the duplicate
> one from there.
> 
> Fixes: d34db686a3d7 ("clk: ralink: mtmips: fix clocks probe order in oldest ralink SoCs")
> Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
> ---

Applied to clk-next

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-13 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08  9:36 [PATCH] clk: ralink: mtmips: remove duplicated 'xtal' clock for Ralink SoC RT3883 Sergio Paracuellos
2025-01-13 21:35 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox