Message ID | 20210911121340.261920-1-marijn.suijten@somainline.org |
---|---|
Headers | show |
Series | msm8998 clock-controller cleanup | expand |
Quoting Marijn Suijten (2021-09-11 05:13:33) > Prepare for a future patch where we use .hw pointers to these GPLL > clocks in the parent mapping instead of name references. This requires > the GPLL clocks to be decared before parent_data arrays. > > Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> > Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> > --- Applied to clk-next
Quoting Marijn Suijten (2021-09-11 05:13:36) > Where possible, use ARRAY_SIZE to determine the number of parents in > clk_parent_data, instead of hardcoding it. > > Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> > Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> > --- Applied to clk-next
Quoting Marijn Suijten (2021-09-11 05:13:39) > A previous patch removes the "xo" clock from the global namespace making > it impossible to acquire by that ".name". The device-tree for msm8998 > already provides the "xo" and "gpll0" clock since the addition of the > gpucc node making it unnecessary to have this fallback at all. > > Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> > Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> > --- Applied to clk-next