diff options
Diffstat (limited to 'arch/arm/mach-mx5/devices-imx51.h')
-rw-r--r-- | arch/arm/mach-mx5/devices-imx51.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/devices-imx51.h b/arch/arm/mach-mx5/devices-imx51.h index e11bc0e0ec49..f42acf5545e6 100644 --- a/arch/arm/mach-mx5/devices-imx51.h +++ b/arch/arm/mach-mx5/devices-imx51.h | |||
@@ -25,6 +25,13 @@ extern const struct imx_imx_uart_1irq_data imx51_imx_uart_data[]; | |||
25 | #define imx51_add_imx_uart(id, pdata) \ | 25 | #define imx51_add_imx_uart(id, pdata) \ |
26 | imx_add_imx_uart_1irq(&imx51_imx_uart_data[id], pdata) | 26 | imx_add_imx_uart_1irq(&imx51_imx_uart_data[id], pdata) |
27 | 27 | ||
28 | extern const struct imx_mxc_ehci_data imx51_mxc_ehci_otg_data; | ||
29 | #define imx51_add_mxc_ehci_otg(pdata) \ | ||
30 | imx_add_mxc_ehci(&imx51_mxc_ehci_otg_data, pdata) | ||
31 | extern const struct imx_mxc_ehci_data imx51_mxc_ehci_hs_data[]; | ||
32 | #define imx51_add_mxc_ehci_hs(id, pdata) \ | ||
33 | imx_add_mxc_ehci(&imx51_mxc_ehci_hs_data[id - 1], pdata) | ||
34 | |||
28 | extern const struct imx_mxc_nand_data imx51_mxc_nand_data; | 35 | extern const struct imx_mxc_nand_data imx51_mxc_nand_data; |
29 | #define imx51_add_mxc_nand(pdata) \ | 36 | #define imx51_add_mxc_nand(pdata) \ |
30 | imx_add_mxc_nand(&imx51_mxc_nand_data, pdata) | 37 | imx_add_mxc_nand(&imx51_mxc_nand_data, pdata) |