On Thu, 03 Feb 2022 10:56:18 +0200, Tony Lindgren wrote: > We no longer have users for the compatibility clocks and we can drop them. > These are old duplicate clocks for what we using. > > Depends-on: 31aa7056bbec ("ARM: dts: Don't use legacy clock defines for dra7 clkctrl") > Depends-on: 9206a3af4fc0 ("clk: ti: Move dra7 clock devices out of the legacy section") > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> > --- > drivers/clk/ti/Makefile | 3 +- > drivers/clk/ti/clk-7xx-compat.c | 820 ------------------------------- > drivers/clk/ti/clk-7xx.c | 5 +- > drivers/clk/ti/clkctrl.c | 9 +- > include/dt-bindings/clock/dra7.h | 168 ------- > 5 files changed, 5 insertions(+), 1000 deletions(-) > delete mode 100644 drivers/clk/ti/clk-7xx-compat.c > Acked-by: Rob Herring <robh@xxxxxxxxxx>