[PATCH v2 7/7] clk: ns2: add clock support for Broadcom Northstar 2 SoC
From: Jon Mason <hidden>
Date: 2015-10-15 18:43:50
Also in:
linux-clk, linux-devicetree, lkml
From: Jon Mason <hidden>
Date: 2015-10-15 18:43:50
Also in:
linux-clk, linux-devicetree, lkml
On Thu, Oct 15, 2015 at 11:36:19AM -0700, Scott Branden wrote:
Jon, Can you add this to your patchset and change COMMON_CLK_IPROC to a silent option?
Sure, I'll add this (and make it silent), as well as adding the documentation patches back to this series (per Ray's suggestion), and will resend. Thanks, Jon
On 15-10-14 01:16 PM, Arnd Bergmann wrote:quoted
On Wednesday 14 October 2015 12:46:19 Scott Branden wrote:quoted
quoted
My patch fixes it by always selecting COMMON_CLK_IPROC from ARCH_BCM_CYGNUS. I wasn't sure whether you want COMMON_CLK_IPROC to still be user-selectable, so I left that in place. Normally I'd expect it to be a silent option though, that just gets implicitly enabled whenever a platform that needs it is built into the kernel.COMMON_CLK_IPROC can be a silent option and selected as Arnd has done below.Ok, please do that then. If you want to apply my patch directly, you can remove that last paragraph from the description.quoted
quoted
Signed-off-by: Arnd Bergmann <arnd@arndb.de>Acked-by: Scott Branden <sbranden@broadcom.com>Thanks for taking a look! Arnd