Skip to content

Commit 43c56e0

Browse files
author
Tero Kristo
committed
clk: ti: dra7xx: rename existing clkctrl data as compat data
Rename the existing clkctrl data in preparation of upcoming clkdm based split for it. Once the DT data has transitioned also, the compat data can be removed. Signed-off-by: Tero Kristo <t-kristo@ti.com> Tested-by: Tony Lindgren <tony@atomide.com>
1 parent 76a1049 commit 43c56e0

File tree

5 files changed

+829
-804
lines changed

5 files changed

+829
-804
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_ARCH_OMAP4) += $(clk-common) clk-44xx.o \
1717
obj-$(CONFIG_SOC_OMAP5) += $(clk-common) clk-54xx.o \
1818
dpll3xxx.o dpll44xx.o
1919
obj-$(CONFIG_SOC_DRA7XX) += $(clk-common) clk-7xx.o \
20-
clk-dra7-atl.o dpll3xxx.o dpll44xx.o
20+
clk-dra7-atl.o dpll3xxx.o \
21+
dpll44xx.o clk-7xx-compat.o
2122
obj-$(CONFIG_SOC_AM43XX) += $(clk-common) dpll3xxx.o clk-43xx.o \
2223
clk-43xx-compat.o
2324

0 commit comments

Comments
 (0)