diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2014-05-19 10:01:54 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 12:10:05 +0400 |
commit | 912532aebf02b372c613fc22834d72d40a97ee7a (patch) | |
tree | 1e62b75c95d76c9ff47f06aae8c17cbc2527dea1 /arch/arm/mach-imx/ehci.h | |
parent | 1ecdde9d6fd591d76c7a282001da60391053a25b (diff) | |
download | linux-912532aebf02b372c613fc22834d72d40a97ee7a.tar.xz |
ARM: imx5: remove imx51 non-DT support files
Since i.MX51 becomes a DT only platform, those non-DT support files can
be removed now.
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/ehci.h')
-rw-r--r-- | arch/arm/mach-imx/ehci.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-imx/ehci.h b/arch/arm/mach-imx/ehci.h index 4f42ca380b26..0e060023db8b 100644 --- a/arch/arm/mach-imx/ehci.h +++ b/arch/arm/mach-imx/ehci.h @@ -35,13 +35,6 @@ #define MXC_USB_PHY_CTR_FUNC2_OFFSET 0xc #define MXC_USBH2CTRL_OFFSET 0x14 -#define MX5_USBOTHER_REGS_OFFSET 0x800 - -/* USB_PHY_CTRL_FUNC2*/ -#define MX5_USB_UTMI_PHYCTRL1_PLLDIV_MASK 0x3 -#define MX5_USB_UTMI_PHYCTRL1_PLLDIV_SHIFT 0 - -int mx51_initialize_usb_hw(int port, unsigned int flags); int mx25_initialize_usb_hw(int port, unsigned int flags); int mx31_initialize_usb_hw(int port, unsigned int flags); int mx35_initialize_usb_hw(int port, unsigned int flags); |