commit | 8aa09cf322c196df95b52ed63c4cae605296f343 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Tue Jan 15 11:15:14 2019 +0200 |
committer | Tero Kristo <t-kristo@ti.com> | Fri Feb 15 16:46:22 2019 +0200 |
tree | f47ca101f20a4528b7e0249570cb03821fb73b76 | |
parent | 7fd79ee78a0318bd23f92c3cf3f4aba03a5dd6ad [diff] |
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>