On Thu, 03 Feb 2022 10:56:17 +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. > > 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-43xx-compat.c | 225 ------------------------------- > drivers/clk/ti/clk-43xx.c | 5 +- > drivers/clk/ti/clkctrl.c | 16 +-- > drivers/clk/ti/clock.h | 3 - > include/dt-bindings/clock/am4.h | 98 -------------- > 6 files changed, 6 insertions(+), 344 deletions(-) > delete mode 100644 drivers/clk/ti/clk-43xx-compat.c > Acked-by: Rob Herring <robh@xxxxxxxxxx>