[PATCH v6 30/41] ARM: davinci: switch to common clock framework
Sekhar Nori
nsekhar at ti.com
Wed Feb 7 05:20:59 PST 2018
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 at lechnology.com>
> --- 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 at ti.com>
Thanks,
Sekhar
More information about the linux-arm-kernel
mailing list