[PATCH v2 7/7] clk: ns2: add clock support for Broadcom Northstar 2 SoC
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-10-14 20:17:24
Also in:
linux-clk, linux-devicetree, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-10-14 20:17:24
Also in:
linux-clk, linux-devicetree, lkml
On Wednesday 14 October 2015 12:46:19 Scott Branden wrote:
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
Signed-off-by: Arnd Bergmann <arnd@arndb.de>Acked-by: Scott Branden <sbranden@broadcom.com>
Thanks for taking a look! Arnd