clk: iproc: Separate status and control variables
authorJon Mason <jonmason@broadcom.com>
Thu, 15 Oct 2015 19:48:30 +0000 (15:48 -0400)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 22 Oct 2015 00:03:41 +0000 (17:03 -0700)
commit40c8bec3f2591856e21124270be51a0a2b77c82d
tree87c3369b839ce450d2ae47e55de5ba000bf5442a
parentf713c6bf32092a259d6baf2be24f9c3dbf2462c3
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>
drivers/clk/bcm/clk-iproc-pll.c
drivers/clk/bcm/clk-iproc.h