diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-19 14:32:14 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-14 12:40:52 +0200 |
commit | f420db843b7756e5d0d052b00472c94154f50c93 (patch) | |
tree | 67fa6c593055a95db57e2a561ae8191d0bf043df /arch/arm/mach-mx2/devices.h | |
parent | mx31moboard: move usb otg support back to moboard common file (diff) | |
download | linux-f420db843b7756e5d0d052b00472c94154f50c93.tar.xz linux-f420db843b7756e5d0d052b00472c94154f50c93.zip |
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; extern struct platform_device mxc_otg_host; extern struct platform_device mxc_usbh1; extern struct platform_device mxc_usbh2; +extern struct platform_device mxc_spi_device0; +extern struct platform_device mxc_spi_device1; +extern struct platform_device mxc_spi_device2; + |