From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754117AbeBGNWM (ORCPT ); Wed, 7 Feb 2018 08:22:12 -0500 Received: from lelnx193.ext.ti.com ([198.47.27.77]:47805 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753675AbeBGNWJ (ORCPT ); Wed, 7 Feb 2018 08:22:09 -0500 Subject: Re: [PATCH v6 30/41] ARM: davinci: switch to common clock framework To: David Lechner , , , CC: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Kevin Hilman , Bartosz Golaszewski , Adam Ford , References: <1516468460-4908-1-git-send-email-david@lechnology.com> <1516468460-4908-31-git-send-email-david@lechnology.com> From: Sekhar Nori Message-ID: <4268330e-25a7-e11d-7863-6a6004419b07@ti.com> Date: Wed, 7 Feb 2018 18:50:59 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <1516468460-4908-31-git-send-email-david@lechnology.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 20 January 2018 10:44 PM, David Lechner wrote: > This switches ARCH_DAVINCI to use the common clock framework. The legacy > clock code in arch/arm/mach-davinci/ is no longer used. New drivers in > drivers/clk/davinci/ are used instead. > > A few macros had to be moved to prevent compile errors. s/compile/compilation > Signed-off-by: David Lechner > --- a/arch/arm/mach-davinci/davinci.h > +++ b/arch/arm/mach-davinci/davinci.h > @@ -35,6 +35,10 @@ > #include > #include > > +#define DAVINCI_PLL1_BASE 0x01c40800 > +#define DAVINCI_PLL2_BASE 0x01c40c00 > +#define DAVINCI_PWR_SLEEP_CNTRL_BASE 0x01c41000 Please drop the tab after #define With that. Reviewed-by: Sekhar Nori Thanks, Sekhar