mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
clk: samsung: exynos7: add gate clock for ADC block
Add clock support for the ADC interface in Exynos7. Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
This commit is contained in:
parent
2ab2dfe5d4
commit
932e98224d
@ -486,6 +486,8 @@ static struct samsung_gate_clock peric0_gate_clks[] __initdata = {
|
||||
ENABLE_PCLK_PERIC0, 14, 0, 0),
|
||||
GATE(PCLK_UART0, "pclk_uart0", "mout_aclk_peric0_66_user",
|
||||
ENABLE_PCLK_PERIC0, 16, 0, 0),
|
||||
GATE(PCLK_ADCIF, "pclk_adcif", "mout_aclk_peric0_66_user",
|
||||
ENABLE_PCLK_PERIC0, 20, 0, 0),
|
||||
GATE(PCLK_PWM, "pclk_pwm", "mout_aclk_peric0_66_user",
|
||||
ENABLE_PCLK_PERIC0, 21, 0, 0),
|
||||
|
||||
|
@ -55,7 +55,8 @@
|
||||
#define PCLK_HSI2C11 9
|
||||
#define PCLK_PWM 10
|
||||
#define SCLK_PWM 11
|
||||
#define PERIC0_NR_CLK 12
|
||||
#define PCLK_ADCIF 12
|
||||
#define PERIC0_NR_CLK 13
|
||||
|
||||
/* PERIC1 */
|
||||
#define PCLK_UART1 1
|
||||
|
Loading…
Reference in New Issue
Block a user