diff options
Diffstat (limited to 'arch/arm/mach-imx/mm-imx25.c')
| -rw-r--r-- | arch/arm/mach-imx/mm-imx25.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/arch/arm/mach-imx/mm-imx25.c b/arch/arm/mach-imx/mm-imx25.c index f3f5c6542ab4..9357707bb7af 100644 --- a/arch/arm/mach-imx/mm-imx25.c +++ b/arch/arm/mach-imx/mm-imx25.c | |||
| @@ -24,11 +24,11 @@ | |||
| 24 | #include <asm/pgtable.h> | 24 | #include <asm/pgtable.h> |
| 25 | #include <asm/mach/map.h> | 25 | #include <asm/mach/map.h> |
| 26 | 26 | ||
| 27 | #include <mach/common.h> | 27 | #include "common.h" |
| 28 | #include <mach/devices-common.h> | 28 | #include "devices/devices-common.h" |
| 29 | #include <mach/hardware.h> | 29 | #include "hardware.h" |
| 30 | #include <mach/mx25.h> | 30 | #include "iomux-v3.h" |
| 31 | #include <mach/iomux-v3.h> | 31 | #include "mx25.h" |
| 32 | 32 | ||
| 33 | /* | 33 | /* |
| 34 | * This table defines static virtual address mappings for I/O regions. | 34 | * This table defines static virtual address mappings for I/O regions. |
| @@ -89,6 +89,8 @@ static const struct resource imx25_audmux_res[] __initconst = { | |||
| 89 | 89 | ||
| 90 | void __init imx25_soc_init(void) | 90 | void __init imx25_soc_init(void) |
| 91 | { | 91 | { |
| 92 | mxc_device_init(); | ||
| 93 | |||
| 92 | /* i.mx25 has the i.mx35 type gpio */ | 94 | /* i.mx25 has the i.mx35 type gpio */ |
| 93 | mxc_register_gpio("imx35-gpio", 0, MX25_GPIO1_BASE_ADDR, SZ_16K, MX25_INT_GPIO1, 0); | 95 | mxc_register_gpio("imx35-gpio", 0, MX25_GPIO1_BASE_ADDR, SZ_16K, MX25_INT_GPIO1, 0); |
| 94 | mxc_register_gpio("imx35-gpio", 1, MX25_GPIO2_BASE_ADDR, SZ_16K, MX25_INT_GPIO2, 0); | 96 | mxc_register_gpio("imx35-gpio", 1, MX25_GPIO2_BASE_ADDR, SZ_16K, MX25_INT_GPIO2, 0); |
