summaryrefslogtreecommitdiff
path: root/drivers/clk/bcm/clk-nsp.c
AgeCommit message (Collapse)AuthorFilesLines
2015-10-22clk: iproc: Split off dig_filterJon Mason1-5/+9
The PLL loop filter/gain can be located in a separate register on some SoCs. Split these off into a separate variable, so that an offset can be added if necessary. Also, make the necessary modifications to the Cygnus and NSP drivers for this change. Signed-off-by: Jon Mason <jonmason@broadcom.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2015-10-22clk: nsp: add clock support for Broadcom Northstar Plus SoCJon Mason1-0/+135
The Broadcom Northstar Plus SoC is architected under the iProc architecture. It has the following PLLs: ARMPLL, GENPLL, LCPLL0, all derived from an onboard crystal. Signed-off-by: Jon Mason <jonmason@broadcom.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>