summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx6/clock.h
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-06-10 18:16:52 +0800
committerYe.Li <B37916@freescale.com>2014-06-17 11:13:54 +0800
commitbfcd6e5255bdf057835d9c78468015c65d1c953c (patch)
treee0779cbae31a8f5bfe44959098e03e0808a56728 /arch/arm/include/asm/arch-mx6/clock.h
parentdd32db7e21d849e70958ef3584f7b2b0265f8289 (diff)
downloadu-boot-imx-bfcd6e5255bdf057835d9c78468015c65d1c953c.zip
u-boot-imx-bfcd6e5255bdf057835d9c78468015c65d1c953c.tar.gz
u-boot-imx-bfcd6e5255bdf057835d9c78468015c65d1c953c.tar.bz2
ENGR00315894-51 iMX6SX: Add QuadSPI clock enable function
Enable the clock for QuadSPI controllers. Must be called at initialization. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx6/clock.h')
-rw-r--r--arch/arm/include/asm/arch-mx6/clock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/clock.h b/arch/arm/include/asm/arch-mx6/clock.h
index 8a706a4..3bfbc9c 100644
--- a/arch/arm/include/asm/arch-mx6/clock.h
+++ b/arch/arm/include/asm/arch-mx6/clock.h
@@ -63,4 +63,7 @@ int enable_fec_anatop_clock(enum enet_freq freq);
void hab_caam_clock_enable(void);
void hab_caam_clock_disable(void);
#endif
+#if (defined(CONFIG_MX6SX))
+void enable_qspi_clk(int qspi_num);
+#endif
#endif /* __ASM_ARCH_CLOCK_H */