clk: iproc: Separate status and control variables
Some PLLs have separate registers for Status and Control. The means the pll_base needs to be split into 2 new variables, so that those PLLs can specify device tree registers for those independently. Also, add a new driver flag to identify this presence of the split, and let the driver know that additional registers need to be used. Signed-off-by: Jon Mason <jonmason@broadcom.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
这个提交包含在:
@@ -54,6 +54,12 @@
|
||||
*/
|
||||
#define IPROC_CLK_EMBED_PWRCTRL BIT(5)
|
||||
|
||||
/*
|
||||
* Some PLLs have separate registers for Status and Control. Identify this to
|
||||
* let the driver know if additional registers need to be used
|
||||
*/
|
||||
#define IPROC_CLK_PLL_SPLIT_STAT_CTRL BIT(6)
|
||||
|
||||
/*
|
||||
* Parameters for VCO frequency configuration
|
||||
*
|
||||
|
在新工单中引用
屏蔽一个用户