Hi all, In order to prepare the TI clocks for fixing lots of devicetree warnings, let's first drop the now unused compatibility clocks. The dra7 changes depend on my still pending omap-for-v5.17/fixes-not-urgent pull request that did not make it for v5.17-rc series so far. Regards, Tony Tony Lindgren (3): clk: ti: Drop legacy compatibility clocks for am3 clk: ti: Drop legacy compatibility clocks for am4 clk: ti: Drop legacy compatibility clocks for dra7 drivers/clk/ti/Makefile | 9 +- drivers/clk/ti/clk-33xx-compat.c | 218 -------- drivers/clk/ti/clk-33xx.c | 5 +- drivers/clk/ti/clk-43xx-compat.c | 225 --------- drivers/clk/ti/clk-43xx.c | 5 +- drivers/clk/ti/clk-7xx-compat.c | 820 ------------------------------- drivers/clk/ti/clk-7xx.c | 5 +- drivers/clk/ti/clkctrl.c | 33 +- drivers/clk/ti/clock.h | 3 - include/dt-bindings/clock/am3.h | 93 ---- include/dt-bindings/clock/am4.h | 98 ---- include/dt-bindings/clock/dra7.h | 168 ------- 12 files changed, 15 insertions(+), 1667 deletions(-) delete mode 100644 drivers/clk/ti/clk-33xx-compat.c delete mode 100644 drivers/clk/ti/clk-43xx-compat.c delete mode 100644 drivers/clk/ti/clk-7xx-compat.c -- 2.35.1