Re: [PATCH 11/13] clk: qcom: support for Brammo PLL

2017-12-08 Thread Stephen Boyd
On 09/28, Abhishek Sahu wrote: > 1. Brammo PLL does not allow configuration of VCO > 2. Supports the dynamic update in which the frequency can >be changed dynamically without turning off the PLL > 3. The register offsets are different from normal Alpha PLL > > Signed-off-by: Abhishek Sahu

Re: [PATCH 11/13] clk: qcom: support for Brammo PLL

2017-12-08 Thread Stephen Boyd
On 09/28, Abhishek Sahu wrote: > 1. Brammo PLL does not allow configuration of VCO > 2. Supports the dynamic update in which the frequency can >be changed dynamically without turning off the PLL > 3. The register offsets are different from normal Alpha PLL > > Signed-off-by: Abhishek Sahu >

[PATCH 11/13] clk: qcom: support for Brammo PLL

2017-09-28 Thread Abhishek Sahu
1. Brammo PLL does not allow configuration of VCO 2. Supports the dynamic update in which the frequency can be changed dynamically without turning off the PLL 3. The register offsets are different from normal Alpha PLL Signed-off-by: Abhishek Sahu ---

[PATCH 11/13] clk: qcom: support for Brammo PLL

2017-09-28 Thread Abhishek Sahu
1. Brammo PLL does not allow configuration of VCO 2. Supports the dynamic update in which the frequency can be changed dynamically without turning off the PLL 3. The register offsets are different from normal Alpha PLL Signed-off-by: Abhishek Sahu --- drivers/clk/qcom/clk-alpha-pll.c | 24