diff options
Diffstat (limited to 'arch/arm/mach-mx2')
-rw-r--r-- | arch/arm/mach-mx2/mx27ads.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/mx27ads.c b/arch/arm/mach-mx2/mx27ads.c index 41d67f2ba390..90268a51f1fa 100644 --- a/arch/arm/mach-mx2/mx27ads.c +++ b/arch/arm/mach-mx2/mx27ads.c | |||
@@ -121,6 +121,8 @@ static unsigned int mx27ads_pins[] = { | |||
121 | PA29_PF_VSYNC, | 121 | PA29_PF_VSYNC, |
122 | PA30_PF_CONTRAST, | 122 | PA30_PF_CONTRAST, |
123 | PA31_PF_OE_ACD, | 123 | PA31_PF_OE_ACD, |
124 | /* OWIRE */ | ||
125 | PE16_AF_OWIRE, | ||
124 | }; | 126 | }; |
125 | 127 | ||
126 | static struct mxc_nand_platform_data mx27ads_nand_board_info = { | 128 | static struct mxc_nand_platform_data mx27ads_nand_board_info = { |
@@ -200,6 +202,7 @@ static struct imx_fb_platform_data mx27ads_fb_data = { | |||
200 | static struct platform_device *platform_devices[] __initdata = { | 202 | static struct platform_device *platform_devices[] __initdata = { |
201 | &mx27ads_nor_mtd_device, | 203 | &mx27ads_nor_mtd_device, |
202 | &mxc_fec_device, | 204 | &mxc_fec_device, |
205 | &mxc_w1_master_device, | ||
203 | }; | 206 | }; |
204 | 207 | ||
205 | static struct imxuart_platform_data uart_pdata[] = { | 208 | static struct imxuart_platform_data uart_pdata[] = { |