Skip to content

Commit

Permalink
clk: ti: Drop legacy compatibility clocks for dra7
Browse files Browse the repository at this point in the history
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: [email protected]
Cc: Rob Herring <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
  • Loading branch information
tmlind authored and bebarino committed Mar 15, 2022
1 parent e65eb2e commit 579cdf5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1,000 deletions.
3 changes: 2 additions & 1 deletion drivers/clk/ti/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ obj-$(CONFIG_SOC_OMAP5) += $(clk-common) clk-54xx.o \
dpll3xxx.o dpll44xx.o
obj-$(CONFIG_SOC_DRA7XX) += $(clk-common) clk-7xx.o \
clk-dra7-atl.o dpll3xxx.o \
dpll44xx.o clk-7xx-compat.o
dpll44xx.o

obj-$(CONFIG_SOC_AM43XX) += $(clk-common) dpll3xxx.o clk-43xx.o

endif # CONFIG_ARCH_OMAP2PLUS
Expand Down
Loading

0 comments on commit 579cdf5

Please sign in to comment.