diff options
author | Rob Herring <r.herring@freescale.com> | 2009-10-14 14:09:27 -0500 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-02-12 17:19:20 +0100 |
commit | c23b14cd9138fc2c96dfdb74e6443cec608ce9ae (patch) | |
tree | 245b39733059182d0f91716628b0607f59493f36 /include | |
parent | 130f57083126c182f61cea73282fb486a433e010 (diff) |
ENGR00116558: MX233: USB pin detect
MX233: Restructure the STMP378xxx USB Host and Gadget device structures
to be similar to MXC structures. Enable fsl_otg_arc driver to work on
MX233 platform. Remove FSL_USB2_DONT_REMAP requirement.
Signed-off-by: Dinh Nguyen <Dinh.Nguyen@freescale.com>
Conflicts:
arch/arm/mach-stmp3xxx/Kconfig
arch/arm/mach-stmp3xxx/Makefile
arch/arm/mach-stmp3xxx/devices.c
arch/arm/mach-stmp3xxx/include/mach/stmp3xxx.h
arch/arm/mach-stmp3xxx/stmp378x_devb.c
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fsl_devices.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index 9535b51fb2c9..d6a348ba9bd3 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -115,7 +115,6 @@ struct fsl_usb2_platform_data { /* Flags in fsl_usb2_mph_platform_data */ #define FSL_USB2_PORT0_ENABLED 0x00000001 #define FSL_USB2_PORT1_ENABLED 0x00000002 -#define FSL_USB2_DONT_REMAP 0x10000000 struct spi_device; |