Re: [PATCH] clk: qcom: mmcc-msm8974: Fix mmss_s0_axi clock

2021-01-12 Thread Stephen Boyd
Quoting Konrad Dybcio (2020-12-26 06:09:34) > On boards without cont_splash the clock wouldn't get enabled. > Reparent it and strongly depend on the parent to make sure > it's accessible. Access to MMSS depends on mmss_s0_axi being It's not a dependency. The parent is supposed to be the actual par

[PATCH] clk: qcom: mmcc-msm8974: Fix mmss_s0_axi clock

2020-12-26 Thread Konrad Dybcio
On boards without cont_splash the clock wouldn't get enabled. Reparent it and strongly depend on the parent to make sure it's accessible. Access to MMSS depends on mmss_s0_axi being up and alive. Fixes: d8b212014e69 ("clk: qcom: Add support for MSM8974's multimedia clock controller (MMCC)") Signe