]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: ralink: mtmips: remove duplicated 'xtal' clock for Ralink SoC RT3883
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Wed, 8 Jan 2025 09:36:36 +0000 (10:36 +0100)
committerStephen Boyd <sboyd@kernel.org>
Mon, 13 Jan 2025 21:35:38 +0000 (13:35 -0800)
commit830d8062d25581cf0beaa334486eea06834044da
tree164f76bd2e133043b329eb4f0ef28b143d458f83
parent366640868ccb4a7991aebe8442b01340fab218e2
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>
drivers/clk/ralink/clk-mtmips.c