diff options
author | Tero Kristo <t-kristo@ti.com> | 2018-08-13 11:11:33 +0300 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2018-10-03 15:02:27 +0300 |
commit | 43c56e046cd8229315a466b079c53f4ab0f8dcf2 (patch) | |
tree | 6ccf57cf1724417d25fe72f168c273f03b529313 /drivers/clk/ti/clkctrl.c | |
parent | 76a1049b84dd57bad6260b51455bbd17053b2eb4 (diff) | |
download | linux-43c56e046cd8229315a466b079c53f4ab0f8dcf2.tar.xz |
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>
Diffstat (limited to 'drivers/clk/ti/clkctrl.c')
-rw-r--r-- | drivers/clk/ti/clkctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ti/clkctrl.c b/drivers/clk/ti/clkctrl.c index 6fe10a9f3116..c1fbb3d20155 100644 --- a/drivers/clk/ti/clkctrl.c +++ b/drivers/clk/ti/clkctrl.c @@ -464,7 +464,7 @@ static void __init _ti_omap4_clkctrl_setup(struct device_node *node) #endif #ifdef CONFIG_SOC_DRA7XX if (of_machine_is_compatible("ti,dra7")) - data = dra7_clkctrl_data; + data = dra7_clkctrl_compat_data; #endif #ifdef CONFIG_SOC_AM33XX if (of_machine_is_compatible("ti,am33xx")) { |