diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-08-23 17:18:06 -0300 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-08-24 10:11:40 +0200 |
commit | 236c4e8be436380b5354fe0d7facf94688e024ec (patch) | |
tree | 532de8e79a67c35633a40d2cadc7d06df3e6e081 /arch/arm/plat-mxc/include/mach/devices-common.h | |
parent | d8f4059bf96d9bc1b8d2003602404f3d011ac9f2 (diff) | |
download | blackbird-obmc-linux-236c4e8be436380b5354fe0d7facf94688e024ec.tar.gz blackbird-obmc-linux-236c4e8be436380b5354fe0d7facf94688e024ec.zip |
ARM: imx: Add PATA resources for other i.MX processors
MX27/31/35/53 also have PATA block.
Add PATA resources for them.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/devices-common.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/devices-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/devices-common.h b/arch/arm/plat-mxc/include/mach/devices-common.h index 1b76c67d5d3f..4cbad45edc15 100644 --- a/arch/arm/plat-mxc/include/mach/devices-common.h +++ b/arch/arm/plat-mxc/include/mach/devices-common.h @@ -253,6 +253,7 @@ struct platform_device *__init imx_add_mxc_nand( struct imx_pata_imx_data { resource_size_t iobase; + resource_size_t iosize; resource_size_t irq; }; struct platform_device *__init imx_add_pata_imx( |