summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-exynos/clk.h
diff options
context:
space:
mode:
authorDonghwa Lee <dh09.lee@samsung.com>2012-04-05 19:36:12 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-05-15 08:31:29 +0200
commit37835d4ba8dc844d055a0dec8a954c8795b58531 (patch)
tree5e2d14da0c535acebffd42f3f442ac34e740bfbb /arch/arm/include/asm/arch-exynos/clk.h
parent283591f171a6a53a0a77fb74055b4f1b06b576c6 (diff)
downloadtalos-obmc-uboot-37835d4ba8dc844d055a0dec8a954c8795b58531.tar.gz
talos-obmc-uboot-37835d4ba8dc844d055a0dec8a954c8795b58531.zip
EXYNOS: add LCD and MIPI DSI clock interface.
To sets up lcd and mipi clock in EXYNOS display driver, added clock interface. Signed-off-by: Donghwa Lee <dh09.lee@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/include/asm/arch-exynos/clk.h')
-rw-r--r--arch/arm/include/asm/arch-exynos/clk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-exynos/clk.h b/arch/arm/include/asm/arch-exynos/clk.h
index ff0f6415d8..637fb4bd14 100644
--- a/arch/arm/include/asm/arch-exynos/clk.h
+++ b/arch/arm/include/asm/arch-exynos/clk.h
@@ -33,5 +33,8 @@ unsigned long get_arm_clk(void);
unsigned long get_pwm_clk(void);
unsigned long get_uart_clk(int dev_index);
void set_mmc_clk(int dev_index, unsigned int div);
+unsigned long get_lcd_clk(void);
+void set_lcd_clk(void);
+void set_mipi_clk(void);
#endif
OpenPOWER on IntegriCloud