aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx2/devices.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-09-09 11:30:58 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-12-16 14:57:58 +0100
commit02870978ea4b0a1bcae201f1b5f3a07344070398 (patch)
tree37c8ba7c6f9ff668a370323f861d72ee01d6b91e /arch/arm/mach-mx2/devices.h
parent46c3d567af21cba107fef37b88a0d6ec6c35842f (diff)
[ARM] MX27: Add NAND resources
This patch adds the platform device and resources for NAND on mx27 boards. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/devices.h')
-rw-r--r--arch/arm/mach-mx2/devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/devices.h b/arch/arm/mach-mx2/devices.h
index 5683c457432..1e8cb577a64 100644
--- a/arch/arm/mach-mx2/devices.h
+++ b/arch/arm/mach-mx2/devices.h
@@ -13,3 +13,4 @@ extern struct platform_device mxc_uart_device3;
extern struct platform_device mxc_uart_device4;
extern struct platform_device mxc_uart_device5;
extern struct platform_device mxc_w1_master_device;
+extern struct platform_device mxc_nand_device;