diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-19 08:32:14 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-14 06:40:52 -0400 |
commit | f420db843b7756e5d0d052b00472c94154f50c93 (patch) | |
tree | 67fa6c593055a95db57e2a561ae8191d0bf043df /arch/arm/mach-mx2/devices.h | |
parent | 88b05647171460b1d479371690876f8ac5957d42 (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.h | 4 |
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; | |||
23 | extern struct platform_device mxc_otg_host; | 23 | extern struct platform_device mxc_otg_host; |
24 | extern struct platform_device mxc_usbh1; | 24 | extern struct platform_device mxc_usbh1; |
25 | extern struct platform_device mxc_usbh2; | 25 | extern struct platform_device mxc_usbh2; |
26 | extern struct platform_device mxc_spi_device0; | ||
27 | extern struct platform_device mxc_spi_device1; | ||
28 | extern struct platform_device mxc_spi_device2; | ||
29 | |||