Re: [PATCH v3 04/10] clk: nsp: add clock support for Broadcom Northstar Plus SoC

2015-10-21 Thread Stephen Boyd
On 10/15, Jon Mason wrote: > 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 > --- Applied to clk-iproc -- Qualcomm Innovation Center, Inc. is a

Re: [PATCH v3 04/10] clk: nsp: add clock support for Broadcom Northstar Plus SoC

2015-10-15 Thread Jon Mason
On Thu, Oct 15, 2015 at 01:41:57PM -0700, Scott Branden wrote: > Jon, > > Review below. > > On 15-10-15 12:48 PM, Jon Mason wrote: > >The Broadcom Northstar Plus SoC is architected under the iProc > > Based on changes in Makefile below - should this be for Northstar > and Northstar Plus? Yes, t

Re: [PATCH v3 04/10] clk: nsp: add clock support for Broadcom Northstar Plus SoC

2015-10-15 Thread Scott Branden
Jon, Review below. On 15-10-15 12:48 PM, Jon Mason wrote: The Broadcom Northstar Plus SoC is architected under the iProc Based on changes in Makefile below - should this be for Northstar and Northstar Plus? architecture. It has the following PLLs: ARMPLL, GENPLL, LCPLL0, all derived from

[PATCH v3 04/10] clk: nsp: add clock support for Broadcom Northstar Plus SoC

2015-10-15 Thread Jon Mason
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 --- drivers/clk/bcm/Makefile| 2 + drivers/clk/bcm/clk-nsp.c | 135 +++