diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-10 15:27:55 -0500 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-17 04:01:36 -0500 |
commit | 2c20b9f19add2248dc867f1f78dcef1eb0944543 (patch) | |
tree | c7b6861e16bc9fb9d4d25cb4c5730e4509af5033 /arch/arm/plat-mxc/include/mach/mx25.h | |
parent | e9f0bafb4f3d32d0bc0ea7e946d667a68bae59ce (diff) |
ARM: mx25: dynamically allocate mxc-ehci devices
According to the reference manual of the i.MX25 the host controller uses an
offset of 0x200 not 0x400 as was specified in the resources for mxc_usbh2.
Needs-Testing: yes
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mx25.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx25.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx25.h b/arch/arm/plat-mxc/include/mach/mx25.h index a2404b0d9808..0d31f828d218 100644 --- a/arch/arm/plat-mxc/include/mach/mx25.h +++ b/arch/arm/plat-mxc/include/mach/mx25.h | |||
@@ -43,7 +43,9 @@ | |||
43 | #define MX25_LCDC_BASE_ADDR 0x53fbc000 | 43 | #define MX25_LCDC_BASE_ADDR 0x53fbc000 |
44 | #define MX25_KPP_BASE_ADDR 0x43fa8000 | 44 | #define MX25_KPP_BASE_ADDR 0x43fa8000 |
45 | #define MX25_SDMA_BASE_ADDR 0x53fd4000 | 45 | #define MX25_SDMA_BASE_ADDR 0x53fd4000 |
46 | #define MX25_OTG_BASE_ADDR 0x53ff4000 | 46 | #define MX25_USB_BASE_ADDR 0x53ff4000 |
47 | #define MX25_USB_OTG_BASE_ADDR (MX25_USB_BASE_ADDR + 0x0000) | ||
48 | #define MX25_USB_HS_BASE_ADDR (MX25_USB_BASE_ADDR + 0x0200) | ||
47 | #define MX25_CSI_BASE_ADDR 0x53ff8000 | 49 | #define MX25_CSI_BASE_ADDR 0x53ff8000 |
48 | 50 | ||
49 | #define MX25_IO_P2V(x) IMX_IO_P2V(x) | 51 | #define MX25_IO_P2V(x) IMX_IO_P2V(x) |
@@ -67,6 +69,8 @@ | |||
67 | #define MX25_INT_UART2 32 | 69 | #define MX25_INT_UART2 32 |
68 | #define MX25_INT_NFC 33 | 70 | #define MX25_INT_NFC 33 |
69 | #define MX25_INT_SDMA 34 | 71 | #define MX25_INT_SDMA 34 |
72 | #define MX25_INT_USB_HS 35 | ||
73 | #define MX25_INT_USB_OTG 37 | ||
70 | #define MX25_INT_LCDC 39 | 74 | #define MX25_INT_LCDC 39 |
71 | #define MX25_INT_UART5 40 | 75 | #define MX25_INT_UART5 40 |
72 | #define MX25_INT_CAN1 43 | 76 | #define MX25_INT_CAN1 43 |