clk: ti: remove usage of CLK_IS_BASIC
authorTero Kristo <t-kristo@ti.com>
Tue, 15 Jan 2019 09:15:14 +0000 (11:15 +0200)
committerTero Kristo <t-kristo@ti.com>
Fri, 15 Feb 2019 14:46:22 +0000 (16:46 +0200)
commit8aa09cf322c196df95b52ed63c4cae605296f343
treef47ca101f20a4528b7e0249570cb03821fb73b76
parent7fd79ee78a0318bd23f92c3cf3f4aba03a5dd6ad
clk: ti: remove usage of CLK_IS_BASIC

Remove the usage of CLK_IS_BASIC flag completely from TI clock driver.
In most cases, the use is completely redundant, but in some cases
we need to use the new API to check if the clock is an OMAP clock or not.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Tested-by: Keerthy <j-keerthy@ti.com>
drivers/clk/ti/adpll.c
drivers/clk/ti/clkctrl.c
drivers/clk/ti/clockdomain.c
drivers/clk/ti/divider.c
drivers/clk/ti/dpll3xxx.c
drivers/clk/ti/mux.c