Re: [PATCH v2 1/4] clk: qcom: Clear hardware clock control bit of RCG

2018-03-25 Thread Nischal, Amit
On 3/20/2018 4:25 AM, Stephen Boyd wrote: Quoting Amit Nischal (2018-03-07 23:18:12) For upcoming targets like sdm845, POR value of the hardware clock control bit is set for most of root clocks which needs to be cleared for software to be able to control. For older targets like MSM8996, this b

Re: [PATCH v2 1/4] clk: qcom: Clear hardware clock control bit of RCG

2018-03-19 Thread Stephen Boyd
Quoting Amit Nischal (2018-03-07 23:18:12) > For upcoming targets like sdm845, POR value of the hardware clock control > bit is set for most of root clocks which needs to be cleared for software > to be able to control. For older targets like MSM8996, this bit is reserved > bit and having POR value

[PATCH v2 1/4] clk: qcom: Clear hardware clock control bit of RCG

2018-03-07 Thread Amit Nischal
For upcoming targets like sdm845, POR value of the hardware clock control bit is set for most of root clocks which needs to be cleared for software to be able to control. For older targets like MSM8996, this bit is reserved bit and having POR value as 0 so this patch will work for the older targets