diff options
author | David Lechner <david@lechnology.com> | 2018-05-18 11:48:09 -0500 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2018-06-26 15:45:55 +0530 |
commit | 5b19f66d63b44ca38953b157e81595fb1e985762 (patch) | |
tree | 687143576be920915f574e3ba2d4e9c9886ff2d5 /arch/arm/mach-davinci/davinci.h | |
parent | 482db8893ee4fa777e2256dd66ba207e719777dc (diff) | |
download | lwn-5b19f66d63b44ca38953b157e81595fb1e985762.tar.gz lwn-5b19f66d63b44ca38953b157e81595fb1e985762.zip |
ARM: davinci: dm355: add new clock init using common clock framework
This adds the new board-specific clock init in mach-davinci/dm355.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 376cdd51ce9d..c2c634b6578e 100644 --- a/arch/arm/mach-davinci/davinci.h +++ b/arch/arm/mach-davinci/davinci.h @@ -84,6 +84,7 @@ int davinci_init_wdt(void); /* DM355 function declarations */ void dm355_init(void); void dm355_init_time(void); +void dm355_register_clocks(void); void dm355_init_spi0(unsigned chipselect_mask, const struct spi_board_info *info, unsigned len); void dm355_init_asp1(u32 evt_enable); |