summaryrefslogtreecommitdiff
path: root/drivers/clk
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2025-01-08 10:36:36 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-02-08 10:01:18 +0100
commita94cf2c356745a8c4aaf7a966d4a297fbf7fb71e (patch)
treeab9f2fb15cd45c035eed4d979ab12401b7243fe1 /drivers/clk
parent9efb5531271fa7ebae993b2a33a705d9947c7ce6 (diff)
downloadlinux-a94cf2c356745a8c4aaf7a966d4a297fbf7fb71e.tar.gz
linux-a94cf2c356745a8c4aaf7a966d4a297fbf7fb71e.tar.bz2
linux-a94cf2c356745a8c4aaf7a966d4a297fbf7fb71e.zip
clk: ralink: mtmips: remove duplicated 'xtal' clock for Ralink SoC RT3883
[ Upstream commit 830d8062d25581cf0beaa334486eea06834044da ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/ralink/clk-mtmips.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/ralink/clk-mtmips.c b/drivers/clk/ralink/clk-mtmips.c
index 97b8ca0f9181..19d433034884 100644
--- a/drivers/clk/ralink/clk-mtmips.c
+++ b/drivers/clk/ralink/clk-mtmips.c
@@ -266,7 +266,6 @@ err_clk_unreg:
}
static struct mtmips_clk_fixed rt3883_fixed_clocks[] = {
- CLK_FIXED("xtal", NULL, 40000000),
CLK_FIXED("periph", "xtal", 40000000)
};