summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-03-31 09:56:27 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 15:00:31 +0800
commitfe02c2c77fa7b29b1a073cc08ecea34af6d87fd2 (patch)
treeb8e6c74ef3d5fd18db73a19a405254334a93b76e /arch/arm/include
parent8d52c67d2680f42f21274675bb36b253a6a8d7ad (diff)
downloadu-boot-imx-fe02c2c77fa7b29b1a073cc08ecea34af6d87fd2.zip
u-boot-imx-fe02c2c77fa7b29b1a073cc08ecea34af6d87fd2.tar.gz
u-boot-imx-fe02c2c77fa7b29b1a073cc08ecea34af6d87fd2.tar.bz2
MLK-10774-30 imx:mx7 dm thermal driver support
Add thermal driver for mx7 Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-mx7/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx7/clock.h b/arch/arm/include/asm/arch-mx7/clock.h
index cd128ce..290de9f 100644
--- a/arch/arm/include/asm/arch-mx7/clock.h
+++ b/arch/arm/include/asm/arch-mx7/clock.h
@@ -345,4 +345,5 @@ void hab_caam_clock_enable(void);
void hab_caam_clock_disable(void);
#endif
void mxs_set_lcdclk(uint32_t base_addr, uint32_t freq);
+void enable_thermal_clk(void);
#endif