diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-mx31lite.c')
| -rw-r--r-- | arch/arm/mach-imx/mach-mx31lite.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/mach-imx/mach-mx31lite.c b/arch/arm/mach-imx/mach-mx31lite.c index 4b47fd9fdd89..5366d2de18fd 100644 --- a/arch/arm/mach-imx/mach-mx31lite.c +++ b/arch/arm/mach-imx/mach-mx31lite.c | |||
| @@ -21,6 +21,7 @@ | |||
| 21 | #include <linux/memory.h> | 21 | #include <linux/memory.h> |
| 22 | #include <linux/platform_device.h> | 22 | #include <linux/platform_device.h> |
| 23 | #include <linux/gpio.h> | 23 | #include <linux/gpio.h> |
| 24 | #include <linux/moduleparam.h> | ||
| 24 | #include <linux/smsc911x.h> | 25 | #include <linux/smsc911x.h> |
| 25 | #include <linux/mfd/mc13783.h> | 26 | #include <linux/mfd/mc13783.h> |
| 26 | #include <linux/spi/spi.h> | 27 | #include <linux/spi/spi.h> |
| @@ -112,8 +113,7 @@ static const struct spi_imx_master spi1_pdata __initconst = { | |||
| 112 | }; | 113 | }; |
| 113 | 114 | ||
| 114 | static struct mc13xxx_platform_data mc13783_pdata __initdata = { | 115 | static struct mc13xxx_platform_data mc13783_pdata __initdata = { |
| 115 | .flags = MC13XXX_USE_RTC | | 116 | .flags = MC13XXX_USE_RTC, |
| 116 | MC13XXX_USE_REGULATOR, | ||
| 117 | }; | 117 | }; |
| 118 | 118 | ||
| 119 | static struct spi_board_info mc13783_spi_dev __initdata = { | 119 | static struct spi_board_info mc13783_spi_dev __initdata = { |
| @@ -280,10 +280,11 @@ struct sys_timer mx31lite_timer = { | |||
| 280 | 280 | ||
| 281 | MACHINE_START(MX31LITE, "LogicPD i.MX31 SOM") | 281 | MACHINE_START(MX31LITE, "LogicPD i.MX31 SOM") |
| 282 | /* Maintainer: Freescale Semiconductor, Inc. */ | 282 | /* Maintainer: Freescale Semiconductor, Inc. */ |
| 283 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 283 | .atag_offset = 0x100, |
| 284 | .map_io = mx31lite_map_io, | 284 | .map_io = mx31lite_map_io, |
| 285 | .init_early = imx31_init_early, | 285 | .init_early = imx31_init_early, |
| 286 | .init_irq = mx31_init_irq, | 286 | .init_irq = mx31_init_irq, |
| 287 | .handle_irq = imx31_handle_irq, | ||
| 287 | .timer = &mx31lite_timer, | 288 | .timer = &mx31lite_timer, |
| 288 | .init_machine = mx31lite_init, | 289 | .init_machine = mx31lite_init, |
| 289 | MACHINE_END | 290 | MACHINE_END |
