Commits
Juan Gutierrez committed b2f2905190b
MXSCM-240-3 arm: imx: set CLK_GET_RATE_NOCACHE flag for clock dividers Using the CLK_GET_RATE_NOCACHE flag on the clock dividers will allow the recalculation of the rate instead of just caching its value. For instance, this allows the mmdc clock to be properly updated, after being modified by the busfreq driver, within an iram routine by calling the clk_get_rate api. Using this flag allows to call only to the .recalc_rate functions instead of additionally call the .set_rate ones. Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com> Signed-off-by: Ranjani Vaidyanathan <ranjani.vaidyanathan@nxp.com>