summaryrefslogtreecommitdiff
path: root/drivers/clk/ti/clkctrl.c
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2018-08-10 18:22:02 +0300
committerTero Kristo <t-kristo@ti.com>2018-10-03 15:02:26 +0300
commite97017f935fcb3d505d86738817230552f58a19a (patch)
tree09caaf16a9523c6eea2386f3286ca2cb0f7faccc /drivers/clk/ti/clkctrl.c
parent1dc88f78da594042b549f1ea70de2fb721990e3c (diff)
downloadlinux-e97017f935fcb3d505d86738817230552f58a19a.tar.xz
clk: ti: am33xx: 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>
Diffstat (limited to 'drivers/clk/ti/clkctrl.c')
-rw-r--r--drivers/clk/ti/clkctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ti/clkctrl.c b/drivers/clk/ti/clkctrl.c
index e4b431b63e6b..82c53034b82c 100644
--- a/drivers/clk/ti/clkctrl.c
+++ b/drivers/clk/ti/clkctrl.c
@@ -468,7 +468,7 @@ static void __init _ti_omap4_clkctrl_setup(struct device_node *node)
#endif
#ifdef CONFIG_SOC_AM33XX
if (of_machine_is_compatible("ti,am33xx"))
- data = am3_clkctrl_data;
+ data = am3_clkctrl_compat_data;
#endif
#ifdef CONFIG_SOC_AM43XX
if (of_machine_is_compatible("ti,am4372"))