diff options
author | Sammy He <r62914@freescale.com> | 2010-11-17 00:39:08 +0800 |
---|---|---|
committer | Sammy He <r62914@freescale.com> | 2010-11-18 00:57:49 +0800 |
commit | 7496154e2fdc3efccd5d5b8acf160082f1b95c2d (patch) | |
tree | 0522cedde956e6c6d8aed4e1def5a9940eafb10e /include/asm-arm | |
parent | 5c13c889739565b7a0409048ef4ac3eaedf3ff09 (diff) | |
download | u-boot-imx-7496154e2fdc3efccd5d5b8acf160082f1b95c2d.zip u-boot-imx-7496154e2fdc3efccd5d5b8acf160082f1b95c2d.tar.gz u-boot-imx-7496154e2fdc3efccd5d5b8acf160082f1b95c2d.tar.bz2 |
ENGR00133551-1 Add freescale usb udc support for i.mx51 platform.
Add imx_udc for usb gadget on i.mx51 platform.
Signed-off-by: Hu Hui <b29976@freescale.com>
Signed-off-by: Sammy He <r62914@freescale.com>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-mx51/mx51.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mx51/mx51.h b/include/asm-arm/arch-mx51/mx51.h index d06abac..1f23232 100644 --- a/include/asm-arm/arch-mx51/mx51.h +++ b/include/asm-arm/arch-mx51/mx51.h @@ -493,6 +493,10 @@ extern unsigned int mxc_get_clock(enum mxc_clock clk); extern unsigned int get_board_rev(void); extern int is_soc_rev(int rev); extern enum boot_device get_boot_device(void); +extern void set_usboh3_clk(void); +extern void set_usb_phy1_clk(void); +extern void enable_usboh3_clk(unsigned char enable); +extern void enable_usb_phy1_clk(unsigned char enable); #endif /* __ASSEMBLER__*/ |