summaryrefslogtreecommitdiff
path: root/drivers/clk/ti/clk-33xx.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2022-02-03 11:56:16 +0300
committerStephen Boyd <sboyd@kernel.org>2022-03-16 00:07:27 +0300
commit8850c3eae2c7a68ed901432a456ea70bbfef65a4 (patch)
tree533a7cb475019f710e96e601aa6e795b83d159b5 /drivers/clk/ti/clk-33xx.c
parent99105cc81885e1278c927cdff15a3fdef5c29289 (diff)
downloadlinux-8850c3eae2c7a68ed901432a456ea70bbfef65a4.tar.xz
clk: ti: Drop legacy compatibility clocks for am3
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-2-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-33xx.c')
-rw-r--r--drivers/clk/ti/clk-33xx.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/clk/ti/clk-33xx.c b/drivers/clk/ti/clk-33xx.c
index f2c22120aaa7..b4d142adede4 100644
--- a/drivers/clk/ti/clk-33xx.c
+++ b/drivers/clk/ti/clk-33xx.c
@@ -279,10 +279,7 @@ int __init am33xx_dt_clk_init(void)
{
struct clk *clk1, *clk2;
- if (ti_clk_get_features()->flags & TI_CLK_CLKCTRL_COMPAT)
- ti_dt_clocks_register(am33xx_compat_clks);
- else
- ti_dt_clocks_register(am33xx_clks);
+ ti_dt_clocks_register(am33xx_clks);
omap2_clk_disable_autoidle_all();