summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@majess.pl>2016-11-28 07:18:14 +0100
committerStefano Babic <sbabic@denx.de>2016-11-30 09:57:19 +0100
commit4db4d42ee290a8cad00b358b2e7ef6a00483893b (patch)
tree0879ef7a41f87be91218de11b27dfff844d0e678 /arch/arm/include
parent730d25443aa894a32b9f66ebde3bfbf64b73ac7a (diff)
downloadu-boot-imx-4db4d42ee290a8cad00b358b2e7ef6a00483893b.zip
u-boot-imx-4db4d42ee290a8cad00b358b2e7ef6a00483893b.tar.gz
u-boot-imx-4db4d42ee290a8cad00b358b2e7ef6a00483893b.tar.bz2
imx6: clock: Enable External Memory Interface [EIM] clock (eim_slow_clock)
This patch extends the imx6 clock code to enable or disable the EIM slow clock, which in necessary when one wants to use EIM interface t o read/write from external memory (e.g. NOR). Signed-off-by: Lukasz Majewski <l.majewski@majess.pl>
Diffstat (limited to 'arch/arm/include')
-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 82f9f92..ed1433e 100644
--- a/arch/arm/include/asm/arch-mx6/clock.h
+++ b/arch/arm/include/asm/arch-mx6/clock.h
@@ -79,4 +79,5 @@ void enable_qspi_clk(int qspi_num);
void enable_thermal_clk(void);
void mxs_set_lcdclk(u32 base_addr, u32 freq);
void select_ldb_di_clock_source(enum ldb_di_clock clk);
+void enable_eim_clk(unsigned char enable);
#endif /* __ASM_ARCH_CLOCK_H */