Re: [PATCH v0] clk: qcom: gcc: Update disp gpll0 branch for 7180/845

2020-07-22 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2020-07-21 07:31:56) > On 15/07/2020 09:54, Taniya Das wrote: > > The display gpll0 branch clock needs to be always left enabled, thus > > move the clock ops to _aon branch ops. > > Does this also apply to sm8250/sm8150? > Probably.

Re: [PATCH v0] clk: qcom: gcc: Update disp gpll0 branch for 7180/845

2020-07-21 Thread Dmitry Baryshkov
On 15/07/2020 09:54, Taniya Das wrote: The display gpll0 branch clock needs to be always left enabled, thus move the clock ops to _aon branch ops. Does this also apply to sm8250/sm8150? Signed-off-by: Taniya Das --- drivers/clk/qcom/gcc-sc7180.c | 2 +- drivers/clk/qcom/gcc-sdm845.c | 4

Re: [PATCH v0] clk: qcom: gcc: Update disp gpll0 branch for 7180/845

2020-07-21 Thread Stephen Boyd
Quoting Taniya Das (2020-07-14 23:54:10) > The display gpll0 branch clock needs to be always left enabled, thus > move the clock ops to _aon branch ops. > > Signed-off-by: Taniya Das I wanted to apply this but it needs more commit text. Here's the commit text I wrote. clk: qcom: gcc: Make disp

[PATCH v0] clk: qcom: gcc: Update disp gpll0 branch for 7180/845

2020-07-15 Thread Taniya Das
The display gpll0 branch clock needs to be always left enabled, thus move the clock ops to _aon branch ops. Signed-off-by: Taniya Das --- drivers/clk/qcom/gcc-sc7180.c | 2 +- drivers/clk/qcom/gcc-sdm845.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git