Skip to content
Commit 9a674ec7 authored by Sandeep Panda's avatar Sandeep Panda
Browse files

clk: qcom: ensure dsiclk_sel bit is programmed before PLL start



In the current implementation, DSI PLL driver is overriding
set_parent API of mux clock to program the current parent index
in HW. But for use cases where parent of pixel mux clock is not
changing but rate is changing, then dsiclk_sel bit is not getting
programed because clock framework won't call set_parent API since
the parent has not changed. So cache the current parent index and
always ensure it is programed before PLL start happens.

Change-Id: Ia9a24165a49950620199d1afc6c9e5f01d3214e8
Signed-off-by: default avatarSandeep Panda <spanda@codeaurora.org>
parent 037d768f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment