diff options
author | Dinh Nguyen <Dinh.Nguyen@freescale.com> | 2010-03-18 14:48:45 -0500 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-25 11:20:13 +0200 |
commit | cca02bb8eed2e3ce1520cfb0c7f7860edfe3b99c (patch) | |
tree | ed920b0193dea280dedfec1ed095f993d848cf71 /arch/arm/mach-mx5/usb.h | |
parent | f5f6182ae75da1981f3fc50798a630af5e63349e (diff) |
ENGR00121651 MX53: Add support for USB
Move USB initialization to be board specific functions and add USB
support for MX53. Renamed USB phy clocks to usb_phy1_clk and
usb_phy2_clk to distinguish between different PHY clocks for USB.
Signed-off-by: Dinh Nguyen <Dinh.Nguyen@freescale.com>
Signed-off-by: Jun Li <r65092@freescale.com>
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/mach-mx5/usb.h')
-rw-r--r-- | arch/arm/mach-mx5/usb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mx5/usb.h b/arch/arm/mach-mx5/usb.h index 3361fe50028e..f451e6fe8582 100644 --- a/arch/arm/mach-mx5/usb.h +++ b/arch/arm/mach-mx5/usb.h @@ -26,9 +26,9 @@ extern void fsl_usb_host_uninit(struct fsl_usb2_platform_data *pdata); extern int gpio_usbotg_utmi_active(void); extern void gpio_usbotg_utmi_inactive(void); -extern void __init mx51_usb_dr_init(void); -extern void __init mx51_usbh1_init(void); -extern void __init mx51_usbh2_init(void); +extern void __init mx5_usb_dr_init(void); +extern void __init mx5_usbh1_init(void); +extern void __init mx5_usbh2_init(void); /* * Used to set pdata->operating_mode before registering the platform_device. |