aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/clk-43xx.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2022-02-03 10:56:17 +0200
committerStephen Boyd <sboyd@kernel.org>2022-03-15 14:07:27 -0700
commite65eb2efc6175392f0e97f515e6e5b179e181cd8 (patch)
tree6f6f624d7c514915446c7e13ed2ef02d644ce65f /drivers/clk/ti/clk-43xx.c
parentclk: ti: Drop legacy compatibility clocks for am3 (diff)
downloadlinux-dev-e65eb2efc6175392f0e97f515e6e5b179e181cd8.tar.xz
linux-dev-e65eb2efc6175392f0e97f515e6e5b179e181cd8.zip
clk: ti: Drop legacy compatibility clocks for am4
We no longer have users for the compatibility clocks and we can drop them. These are old duplicate clocks for what we using. Cc: devicetree@vger.kernel.org Cc: Rob Herring <robh+dt@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com> Link: https://lore.kernel.org/r/20220203085618.16043-3-tony@atomide.com Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/ti/clk-43xx.c')
-rw-r--r--drivers/clk/ti/clk-43xx.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/clk/ti/clk-43xx.c b/drivers/clk/ti/clk-43xx.c
index 6e97a541cfd3..2ff4ff3d95d5 100644
--- a/drivers/clk/ti/clk-43xx.c
+++ b/drivers/clk/ti/clk-43xx.c
@@ -282,10 +282,7 @@ int __init am43xx_dt_clk_init(void)
{
struct clk *clk1, *clk2;
- if (ti_clk_get_features()->flags & TI_CLK_CLKCTRL_COMPAT)
- ti_dt_clocks_register(am43xx_compat_clks);
- else
- ti_dt_clocks_register(am43xx_clks);
+ ti_dt_clocks_register(am43xx_clks);
omap2_clk_disable_autoidle_all();