Skip to content

Commit 579cdf5

Browse files
tmlindbebarino
authored andcommitted
clk: ti: Drop legacy compatibility clocks for dra7
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: 31aa705 ("ARM: dts: Don't use legacy clock defines for dra7 clkctrl") Depends-on: 9206a3a ("clk: ti: Move dra7 clock devices out of the legacy section") 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-4-tony@atomide.com Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent e65eb2e commit 579cdf5

File tree

5 files changed

+5
-1000
lines changed

5 files changed

+5
-1000
lines changed

drivers/clk/ti/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ obj-$(CONFIG_SOC_OMAP5) += $(clk-common) clk-54xx.o \
1717
dpll3xxx.o dpll44xx.o
1818
obj-$(CONFIG_SOC_DRA7XX) += $(clk-common) clk-7xx.o \
1919
clk-dra7-atl.o dpll3xxx.o \
20-
dpll44xx.o clk-7xx-compat.o
20+
dpll44xx.o
21+
2122
obj-$(CONFIG_SOC_AM43XX) += $(clk-common) dpll3xxx.o clk-43xx.o
2223

2324
endif # CONFIG_ARCH_OMAP2PLUS

0 commit comments

Comments
 (0)