clk: ti: Stop using legacy clkctrl names for omap4 and 5
authorTony Lindgren <tony@atomide.com>
Wed, 15 Jun 2022 06:43:06 +0000 (09:43 +0300)
committerStephen Boyd <sboyd@kernel.org>
Thu, 16 Jun 2022 07:49:57 +0000 (00:49 -0700)
commit255584b138343d4a28c6d25bd82d04b09460d672
tree440916f65450c33276bc4690c1694d707423ba37
parentf2906aa863381afb0015a9eb7fefad885d4e5a56
clk: ti: Stop using legacy clkctrl names for omap4 and 5

With the addition of clock-output-names, we can now unify the internal
clock naming for omap4 and 5 to follow the other TI SoCs.

We are still using legacy clkctrl names for omap4 and 5 based on the clock
manager name which is wrong. Instead, we want to use the clkctrl clock
based naming.

We must now also drop the legacy TI_CLK_CLKCTRL_COMPAT quirk for the
clkctrl clock.

This change will allow further devicetree warning cleanup as already
done for am3/4 and dra7.

Cc: linux-clk@vger.kernel.org
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Tero Kristo <kristo@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20220615064306.22254-1-tony@atomide.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/ti/clk-44xx.c
drivers/clk/ti/clk-54xx.c
drivers/clk/ti/clkctrl.c