Re: [PATCH v2 4/5] clk: qcom: Add A7 PLL support

2021-01-12 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2021-01-08 03:32:32) > Add support for PLL found in Qualcomm SDX55 platforms which is used to > provide clock to the Cortex A7 CPU via a mux. This PLL can provide high > frequency clock to the CPU above 1GHz as compared to the other sources > like GPLL0. > > In this

[PATCH v2 4/5] clk: qcom: Add A7 PLL support

2021-01-08 Thread Manivannan Sadhasivam
Add support for PLL found in Qualcomm SDX55 platforms which is used to provide clock to the Cortex A7 CPU via a mux. This PLL can provide high frequency clock to the CPU above 1GHz as compared to the other sources like GPLL0. In this driver, the power domain is attached to the cpudev. This is