From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v9 06/27] ARM: davinci: da850: add new clock init using common clock framework To: David Lechner , , , CC: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Kevin Hilman , Bartosz Golaszewski , Adam Ford , References: <20180427001745.4116-1-david@lechnology.com> <20180427001745.4116-7-david@lechnology.com> From: Sekhar Nori Message-ID: <525160f1-056b-69d1-2ce2-e5bdff8bffcc@ti.com> Date: Tue, 1 May 2018 19:47:01 +0530 MIME-Version: 1.0 In-Reply-To: <20180427001745.4116-7-david@lechnology.com> Content-Type: text/plain; charset="utf-8" List-ID: 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 Reviewed-by: Sekhar Nori Thanks, Sekhar