summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/include
diff options
context:
space:
mode:
authorDavid Lechner2018-05-18 18:48:07 +0200
committerSekhar Nori2018-06-26 12:09:59 +0200
commit3952af1ca29216ff8d56896048607b237e472a5b (patch)
treef8f34b3201bf3c0b9d5b9448fc5c2bef1ef6186f /arch/arm/mach-davinci/include
parentARM: davinci: pass clock as parameter to davinci_timer_init() (diff)
downloadkernel-qcow2-linux-3952af1ca29216ff8d56896048607b237e472a5b.tar.gz
kernel-qcow2-linux-3952af1ca29216ff8d56896048607b237e472a5b.tar.xz
kernel-qcow2-linux-3952af1ca29216ff8d56896048607b237e472a5b.zip
ARM: davinci: da830: add new clock init using common clock framework
This adds the new board-specific clock init in mach-davinci/da830.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. Reviewed-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/include')
-rw-r--r--arch/arm/mach-davinci/include/mach/da8xx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/da8xx.h b/arch/arm/mach-davinci/include/mach/da8xx.h
index 9fd6d0125762..64861ac6a9d4 100644
--- a/arch/arm/mach-davinci/include/mach/da8xx.h
+++ b/arch/arm/mach-davinci/include/mach/da8xx.h
@@ -89,6 +89,7 @@ extern unsigned int da850_max_speed;
void da830_init(void);
void da830_init_time(void);
+void da830_register_clocks(void);
void da850_init(void);
void da850_init_time(void);