[PATCH v9 06/27] ARM: davinci: da850: add new clock init using common clock framework
From: Sekhar Nori <hidden>
Date: 2018-05-01 14:18:17
Also in:
linux-clk, linux-devicetree, lkml
From: Sekhar Nori <hidden>
Date: 2018-05-01 14:18:17
Also in:
linux-clk, linux-devicetree, lkml
On Friday 27 April 2018 05:47 AM, David Lechner wrote:
This adds the new board-specific clock init in mach-davinci/da850.c using the new common clock framework drivers. The #ifdefs are needed to prevent compile errors until the entire ARCH_DAVINCI is converted. Also clean up the #includes since we are adding some here. Some CFGCHIP macros were removed because we are now including linux/mfd/da8xx-cfgchip.h which defines the same values. Signed-off-by: David Lechner <david@lechnology.com>
Reviewed-by: Sekhar Nori <redacted> Thanks, Sekhar