commit | 40c8bec3f2591856e21124270be51a0a2b77c82d | [log] [tgz] |
---|---|---|
author | Jon Mason <jonmason@broadcom.com> | Thu Oct 15 15:48:30 2015 -0400 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Wed Oct 21 17:03:41 2015 -0700 |
tree | 87c3369b839ce450d2ae47e55de5ba000bf5442a | |
parent | f713c6bf32092a259d6baf2be24f9c3dbf2462c3 [diff] |
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>