diff options
author | David Lechner <david@lechnology.com> | 2018-05-18 18:48:12 +0200 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2018-06-26 12:18:35 +0200 |
commit | 81df7d85364f28df6e13a76c7119533140a3b176 (patch) | |
tree | 97b3a45ccfaa7a79762776be68e860c21ad031b5 /arch/arm/mach-davinci/davinci.h | |
parent | ARM: davinci: dm644x: add new clock init using common clock framework (diff) | |
download | linux-81df7d85364f28df6e13a76c7119533140a3b176.tar.xz linux-81df7d85364f28df6e13a76c7119533140a3b176.zip |
ARM: davinci: dm646x: add new clock init using common clock framework
This adds the new board-specific clock init in mach-davinci/dm646x.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>
Diffstat (limited to 'arch/arm/mach-davinci/davinci.h')
-rw-r--r-- | arch/arm/mach-davinci/davinci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/davinci.h b/arch/arm/mach-davinci/davinci.h index 16aca5853ab2..fa99197d36f9 100644 --- a/arch/arm/mach-davinci/davinci.h +++ b/arch/arm/mach-davinci/davinci.h @@ -116,6 +116,7 @@ int dm644x_gpio_register(void); /* DM646x function declarations */ void dm646x_init(void); void dm646x_init_time(unsigned long ref_clk_rate, unsigned long aux_clkin_rate); +void dm646x_register_clocks(void); void dm646x_init_mcasp0(struct snd_platform_data *pdata); void dm646x_init_mcasp1(struct snd_platform_data *pdata); int dm646x_init_edma(struct edma_rsv_info *rsv); |