diff options
author | Tony Lindgren <tony@atomide.com> | 2022-02-03 09:56:16 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-03-15 22:07:27 +0100 |
commit | 8850c3eae2c7a68ed901432a456ea70bbfef65a4 (patch) | |
tree | 533a7cb475019f710e96e601aa6e795b83d159b5 /drivers/clk/ti/clk-33xx.c | |
parent | Merge tag 'v5.17-rc4' into clk-ti (diff) | |
download | linux-8850c3eae2c7a68ed901432a456ea70bbfef65a4.tar.xz linux-8850c3eae2c7a68ed901432a456ea70bbfef65a4.zip |
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.c | 5 |
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(); |