summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mx6/clock.h
diff options
context:
space:
mode:
authorWolfgang Grandegger <wg@denx.de>2012-02-08 22:33:25 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-03-26 23:09:23 +0200
commit3f467529cad0789b6dcc44f5ebc595c3e47341ce (patch)
treed0624edc4bef071d11c293916797b62ec9c1579c /arch/arm/include/asm/arch-mx6/clock.h
parent4e187fbcdf602bd6661e5fe7dc3f9c17b796dc39 (diff)
downloadtalos-obmc-uboot-3f467529cad0789b6dcc44f5ebc595c3e47341ce.tar.gz
talos-obmc-uboot-3f467529cad0789b6dcc44f5ebc595c3e47341ce.zip
usb/ehci: Add USB support for the MX6Q
Currently, only USB Host 1 is supported. Cc: Remy Bohmer <linux@bohmer.net> Signed-off-by: Wolfgang Grandegger <wg@denx.de>
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 636458f8a0..613809bdd6 100644
--- a/arch/arm/include/asm/arch-mx6/clock.h
+++ b/arch/arm/include/asm/arch-mx6/clock.h
@@ -46,5 +46,6 @@ enum mxc_clock {
u32 imx_get_uartclk(void);
u32 imx_get_fecclk(void);
unsigned int mxc_get_clock(enum mxc_clock clk);
+void enable_usboh3_clk(unsigned char enable);
#endif /* __ASM_ARCH_CLOCK_H */
OpenPOWER on IntegriCloud