
Video driver clk scaling is through mmrm. So without informing to mmrm if we disable_clk, then mmrm will hold stale peak_current values and that will lead to incorrect calculations at mmrm side. So always request to set lowest clk corner to mmrm before calling clk_disable_unprepare() api. Change-Id: I3e54249430ec4e886afb42f5af6863c7e40686c4 Signed-off-by: Govindaraj Rajagopal <grajagop@codeaurora.org>