summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mx6/clock.h
diff options
context:
space:
mode:
authorNitin Garg <nitin.garg@freescale.com>2014-11-20 21:14:12 +0800
committerStefano Babic <sbabic@denx.de>2014-11-21 15:18:47 +0100
commitcf202d268b5d27b84a8c6df1d749ed3967451be4 (patch)
tree1b3c9f2b5422fab050866916e27010cf6cd5fd03 /arch/arm/include/asm/arch-mx6/clock.h
parent02a32a92d4a123c75292a284bdc605c376d204f7 (diff)
downloadtalos-obmc-uboot-cf202d268b5d27b84a8c6df1d749ed3967451be4.tar.gz
talos-obmc-uboot-cf202d268b5d27b84a8c6df1d749ed3967451be4.zip
mx6: clock: Add thermal clock enable function
Add api to check and enable pll3 as required for thermal sensor driver. Signed-off-by: Ye.Li <B37916@freescale.com> Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx6/clock.h')
-rw-r--r--arch/arm/include/asm/arch-mx6/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/clock.h b/arch/arm/include/asm/arch-mx6/clock.h
index 3c58a0ab60..8e51f9b3a0 100644
--- a/arch/arm/include/asm/arch-mx6/clock.h
+++ b/arch/arm/include/asm/arch-mx6/clock.h
@@ -66,4 +66,5 @@ int enable_spi_clk(unsigned char enable, unsigned spi_num);
void enable_ipu_clock(void);
int enable_fec_anatop_clock(enum enet_freq freq);
void enable_enet_clk(unsigned char enable);
+void enable_thermal_clk(void);
#endif /* __ASM_ARCH_CLOCK_H */
OpenPOWER on IntegriCloud