diff options
author | Lukasz Majewski <l.majewski@majess.pl> | 2016-11-28 07:18:14 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-11-30 09:57:19 +0100 |
commit | 4db4d42ee290a8cad00b358b2e7ef6a00483893b (patch) | |
tree | 0879ef7a41f87be91218de11b27dfff844d0e678 /arch/arm/include/asm | |
parent | 730d25443aa894a32b9f66ebde3bfbf64b73ac7a (diff) |
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/asm')
-rw-r--r-- | arch/arm/include/asm/arch-mx6/clock.h | 1 |
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 82f9f92b83..ed1433ebc6 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 */ |