diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-02 05:03:51 -0400 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-17 04:01:20 -0500 |
commit | e08300043ee4e2df10be551b76e126d6c02f26cc (patch) | |
tree | 7b6125c6d6bb3d6e853bc251077fa4ac28223f7d /arch/arm/plat-mxc/include/mach/mx1.h | |
parent | 300f86da1787c680598ea441aaa602a1664fba86 (diff) |
ARM: imx: dynamically allocate imx_udc device
This is only available for mx1 machines with no in-tree user.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mx1.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx1.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx1.h b/arch/arm/plat-mxc/include/mach/mx1.h index b6771f4ef39c..2cd3fcd1e0cf 100644 --- a/arch/arm/plat-mxc/include/mach/mx1.h +++ b/arch/arm/plat-mxc/include/mach/mx1.h | |||
@@ -114,13 +114,13 @@ | |||
114 | #define MX1_SSI_RX_INT 44 | 114 | #define MX1_SSI_RX_INT 44 |
115 | #define MX1_SSI_RX_ERR_INT 45 | 115 | #define MX1_SSI_RX_ERR_INT 45 |
116 | #define MX1_TOUCH_INT 46 | 116 | #define MX1_TOUCH_INT 46 |
117 | #define MX1_USBD_INT0 47 | 117 | #define MX1_INT_USBD0 47 |
118 | #define MX1_USBD_INT1 48 | 118 | #define MX1_INT_USBD1 48 |
119 | #define MX1_USBD_INT2 49 | 119 | #define MX1_INT_USBD2 49 |
120 | #define MX1_USBD_INT3 50 | 120 | #define MX1_INT_USBD3 50 |
121 | #define MX1_USBD_INT4 51 | 121 | #define MX1_INT_USBD4 51 |
122 | #define MX1_USBD_INT5 52 | 122 | #define MX1_INT_USBD5 52 |
123 | #define MX1_USBD_INT6 53 | 123 | #define MX1_INT_USBD6 53 |
124 | #define MX1_BTSYS_INT 55 | 124 | #define MX1_BTSYS_INT 55 |
125 | #define MX1_BTTIM_INT 56 | 125 | #define MX1_BTTIM_INT 56 |
126 | #define MX1_BTWUI_INT 57 | 126 | #define MX1_BTWUI_INT 57 |
@@ -163,6 +163,6 @@ | |||
163 | * to not break drivers/usb/gadget/imx_udc. Should go | 163 | * to not break drivers/usb/gadget/imx_udc. Should go |
164 | * away after this driver uses the new name. | 164 | * away after this driver uses the new name. |
165 | */ | 165 | */ |
166 | #define USBD_INT0 MX1_USBD_INT0 | 166 | #define USBD_INT0 MX1_INT_USBD0 |
167 | 167 | ||
168 | #endif /* ifndef __MACH_MX1_H__ */ | 168 | #endif /* ifndef __MACH_MX1_H__ */ |