Re: [PATCH v6 30/41] ARM: davinci: switch to common clock framework

From: Sekhar Nori
Date: Wed Feb 07 2018 - 08:22:15 EST


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 <david@xxxxxxxxxxxxxx>

> --- a/arch/arm/mach-davinci/davinci.h
> +++ b/arch/arm/mach-davinci/davinci.h
> @@ -35,6 +35,10 @@
> #include <media/davinci/vpbe.h>
> #include <media/davinci/vpbe_osd.h>
>
> +#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 <nsekhar@xxxxxx>

Thanks,
Sekhar