Re: [PATCH 05/13] clk: qcom: add and use alpha register width from PLL properties

2017-12-08 Thread Stephen Boyd
On 09/28, Abhishek Sahu wrote: > Currently SUPPORTS_16BIT_ALPHA flag determines the PLL alpha > register width. If this flag is set then the alpha register width > is 16 bits otherwise it is 40 bits. The alpha width is always > fixed for PLL type so it can be added in PLL properties and clock > dri

[PATCH 05/13] clk: qcom: add and use alpha register width from PLL properties

2017-09-28 Thread Abhishek Sahu
Currently SUPPORTS_16BIT_ALPHA flag determines the PLL alpha register width. If this flag is set then the alpha register width is 16 bits otherwise it is 40 bits. The alpha width is always fixed for PLL type so it can be added in PLL properties and clock driver don’t have to specify explicitly. Th