Commit 830d8062 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Stephen Boyd
Browse files

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: d34db686 ("clk: ralink: mtmips: fix clocks probe order in oldest ralink SoCs")
Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20250108093636.265033-1-sergio.paracuellos@gmail.com


Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 36664086
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -266,7 +266,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)
};