Re: [PATCH 2/2] clk: qcom: Modify RCG shared ops to support freq_tbl without XO entry

2017-11-01 Thread Stephen Boyd
On 10/31, Amit Nischal wrote: > There could be some clock sources where there is no entry corresponding > XO in their frequency table, for such sources rcg2_shared_ops would > wrongly configure the RCG registers during enable/disable, which leads > to mismatch between the hardware and software rate

[PATCH 2/2] clk: qcom: Modify RCG shared ops to support freq_tbl without XO entry

2017-10-31 Thread Amit Nischal
There could be some clock sources where there is no entry corresponding XO in their frequency table, for such sources rcg2_shared_ops would wrongly configure the RCG registers during enable/disable, which leads to mismatch between the hardware and software rate so modify the shared ops to handle su