Skip to content

Commit

Permalink
clk: ralink: mtmips: remove duplicated 'xtal' clock for Ralink SoC RT…
Browse files Browse the repository at this point in the history
…3883

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: d34db68 ("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>
  • Loading branch information
Sergio Paracuellos authored and Stephen Boyd committed Jan 13, 2025
1 parent 3666408 commit 830d806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/clk/ralink/clk-mtmips.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
};

Expand Down

0 comments on commit 830d806

Please sign in to comment.