]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/linux/platform_data/clk-ux500.h
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[karo-tx-linux.git] / include / linux / platform_data / clk-ux500.h
1 /*
2  * Clock definitions for ux500 platforms
3  *
4  * Copyright (C) 2012 ST-Ericsson SA
5  * Author: Ulf Hansson <ulf.hansson@linaro.org>
6  *
7  * License terms: GNU General Public License (GPL) version 2
8  */
9
10 #ifndef __CLK_UX500_H
11 #define __CLK_UX500_H
12
13 void u8500_clk_init(u32 clkrst1_base, u32 clkrst2_base, u32 clkrst3_base,
14                     u32 clkrst5_base, u32 clkrst6_base);
15 void u9540_clk_init(u32 clkrst1_base, u32 clkrst2_base, u32 clkrst3_base,
16                     u32 clkrst5_base, u32 clkrst6_base);
17 void u8540_clk_init(u32 clkrst1_base, u32 clkrst2_base, u32 clkrst3_base,
18                     u32 clkrst5_base, u32 clkrst6_base);
19
20 #endif /* __CLK_UX500_H */