summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJun Li <r65092@freescale.com>2009-05-18 10:49:25 +0800
committerJustin Waters <justin.waters@timesys.com>2009-10-13 11:03:19 -0400
commit2ebbfe0db6b7bb1ce41cf41c7a03ea531b95368d (patch)
tree5b90a67cb39e2fe84530c2044ceb8894a609a10e /include
parent7c295da93d45080652f25aeffd64807026f811a0 (diff)
ENGR00112588 stmp3780 usb gadget support.
port stmp378x usb gadget driver to linux 2.6.28. use one gadget driver for all i.MX and STMP3XXX chips usb. Signed-off-by: Li Jun <r65092@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 5fc2407e0bfc..6c417cab4000 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -6,7 +6,7 @@
*
* Maintainer: Kumar Gala <galak@kernel.crashing.org>
*
- * Copyright 2004 Freescale Semiconductor, Inc
+ * Copyright 2009 Freescale Semiconductor, Inc
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
@@ -144,6 +144,7 @@ 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 fsl_spi_platform_data {
u32 initial_spmode; /* initial SPMODE value */