Re: [PATCH V8 2/4] clk: qcom: Add ipq apss pll driver

2020-06-22 Thread Stephen Boyd
Quoting Sivaprakash Murugesan (2020-06-21 21:28:10) > The CPUs on Qualcomm ipq based devices are clocked by an alpha PLL. > Add support for the apss pll found on ipq based devices which can > support CPU frequencies above 1Ghz. > > Signed-off-by: Sivaprakash Murugesan > --- Applied to clk-next

[PATCH V8 2/4] clk: qcom: Add ipq apss pll driver

2020-06-21 Thread Sivaprakash Murugesan
The CPUs on Qualcomm ipq based devices are clocked by an alpha PLL. Add support for the apss pll found on ipq based devices which can support CPU frequencies above 1Ghz. Signed-off-by: Sivaprakash Murugesan --- drivers/clk/qcom/Kconfig| 8 drivers/clk/qcom/Makefile | 1 + dr