aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2/devices.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-12-19 08:32:14 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2009-08-14 06:40:52 -0400
commitf420db843b7756e5d0d052b00472c94154f50c93 (patch)
tree67fa6c593055a95db57e2a561ae8191d0bf043df /arch/arm/mach-mx2/devices.h
parent88b05647171460b1d479371690876f8ac5957d42 (diff)
MX2: Add SPI devices/resources
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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/devices.h b/arch/arm/mach-mx2/devices.h
index 6e91b4e3509d..d315406d6725 100644
--- a/arch/arm/mach-mx2/devices.h
+++ b/arch/arm/mach-mx2/devices.h
@@ -23,3 +23,7 @@ extern struct platform_device mxc_otg_udc_device;
23extern struct platform_device mxc_otg_host; 23extern struct platform_device mxc_otg_host;
24extern struct platform_device mxc_usbh1; 24extern struct platform_device mxc_usbh1;
25extern struct platform_device mxc_usbh2; 25extern struct platform_device mxc_usbh2;
26extern struct platform_device mxc_spi_device0;
27extern struct platform_device mxc_spi_device1;
28extern struct platform_device mxc_spi_device2;
29