Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: ralink: mtmips: remove duplicated 'xtal' clock for Ralink SoC RT3883

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>
Link: https://lore.kernel.org/r/20250108093636.265033-1-sergio.paracuellos@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Sergio Paracuellos and committed by
Stephen Boyd
830d8062 36664086

-1
-1
drivers/clk/ralink/clk-mtmips.c
··· 266 266 } 267 267 268 268 static struct mtmips_clk_fixed rt3883_fixed_clocks[] = { 269 - CLK_FIXED("xtal", NULL, 40000000), 270 269 CLK_FIXED("periph", "xtal", 40000000) 271 270 }; 272 271