summaryrefslogtreecommitdiff
path: root/drivers/clk/ti/clkctrl.c
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2018-08-13 10:38:40 +0300
committerTero Kristo <t-kristo@ti.com>2018-10-03 15:02:26 +0300
commit131ee08f3fba48fd39ceca9c785a908c37276667 (patch)
tree5e090af4fcf3d256c9bd977c3334cbb0bbb5dcb2 /drivers/clk/ti/clkctrl.c
parent296e583e9987e9f8e24dbc4e96692f987cfd6d95 (diff)
downloadlinux-131ee08f3fba48fd39ceca9c785a908c37276667.tar.xz
clk: ti: am43xx: 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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/ti/clkctrl.c b/drivers/clk/ti/clkctrl.c
index 1d78d6c6e8fc..57f352ac9371 100644
--- a/drivers/clk/ti/clkctrl.c
+++ b/drivers/clk/ti/clkctrl.c
@@ -476,9 +476,9 @@ static void __init _ti_omap4_clkctrl_setup(struct device_node *node)
#endif
#ifdef CONFIG_SOC_AM43XX
if (of_machine_is_compatible("ti,am4372"))
- data = am4_clkctrl_data;
+ data = am4_clkctrl_compat_data;
if (of_machine_is_compatible("ti,am438x"))
- data = am438x_clkctrl_data;
+ data = am438x_clkctrl_compat_data;
#endif
#ifdef CONFIG_SOC_TI81XX
if (of_machine_is_compatible("ti,dm814"))