diff options
author | David Lechner <david@lechnology.com> | 2018-05-18 11:48:10 -0500 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2018-06-26 15:46:42 +0530 |
commit | 21c2f4773dd0c45899a524a4a7f70dd32db4c1a1 (patch) | |
tree | 7b189c91c387bfe4ccbf475f527a1a6e09257dfc /arch/arm/mach-davinci/davinci.h | |
parent | 5b19f66d63b44ca38953b157e81595fb1e985762 (diff) | |
download | lwn-21c2f4773dd0c45899a524a4a7f70dd32db4c1a1.tar.gz lwn-21c2f4773dd0c45899a524a4a7f70dd32db4c1a1.zip |
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>
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 c2c634b6578e..a799b5266d4b 100644 --- a/arch/arm/mach-davinci/davinci.h +++ b/arch/arm/mach-davinci/davinci.h @@ -94,6 +94,7 @@ int dm355_gpio_register(void); /* DM365 function declarations */ void dm365_init(void); void dm365_init_time(void); +void dm365_register_clocks(void); void dm365_init_asp(void); void dm365_init_vc(void); void dm365_init_ks(struct davinci_ks_platform_data *pdata); |