diff options
author | Tero Kristo <t-kristo@ti.com> | 2018-08-13 09:38:40 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2018-10-03 14:02:26 +0200 |
commit | 131ee08f3fba48fd39ceca9c785a908c37276667 (patch) | |
tree | 5e090af4fcf3d256c9bd977c3334cbb0bbb5dcb2 /drivers/clk/ti/clkctrl.c | |
parent | clk: ti: am33xx: add new clkctrl data for am33xx (diff) | |
download | linux-131ee08f3fba48fd39ceca9c785a908c37276667.tar.xz linux-131ee08f3fba48fd39ceca9c785a908c37276667.zip |
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.c | 4 |
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")) |