Quoting Dmitry Baryshkov (2022-03-03 15:50:50)
On Thu, 3 Mar 2022 at 12:40, Vinod Polimera quic_vpolimer@quicinc.com wrote:
Kernel clock driver assumes that initial rate is the max rate for that clock and was not allowing it to scale beyond the assigned clock value.
Drop the assigned clock rate property and vote on the mdp clock as per calculated value during the usecase.
Fixes: 7c1dffd471("arm64: dts: qcom: sm8250.dtsi: add display system nodes")
Please remove the Fixes tags from all commits. Otherwise the patches might be picked up into earlier kernels, which do not have a patch adding a vote on the MDP clock.
What patch is that? The Fixes tag could point to that commit.