]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: davinci: dm365: add new clock init using common clock framework
authorDavid Lechner <david@lechnology.com>
Fri, 18 May 2018 16:48:10 +0000 (11:48 -0500)
committerSekhar Nori <nsekhar@ti.com>
Tue, 26 Jun 2018 10:16:42 +0000 (15:46 +0530)
commit5cac9d546d6fe8c7169b542428fcd2593a31f53e
tree7b189c91c387bfe4ccbf475f527a1a6e09257dfc
parent4249bb93e9344efc3280cd427ab66a2837662a96
ARM: davinci: dm365: add new clock init using common clock framework

This adds the new board-specific clock init in mach-davinci/dm365.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.

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/board-dm365-evm.c
arch/arm/mach-davinci/davinci.h
arch/arm/mach-davinci/dm365.c