Quoting Vinod Polimera (2022-03-03 01:40:00)
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: 08c2a076d1("arm64: dts: qcom: sdm845: Add dpu to sdm845 dts file") Signed-off-by: Vinod Polimera quic_vpolimer@quicinc.com
Reviewed-by: Stephen Boyd swboyd@chromium.org