aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/devices.h
diff options
context:
space:
mode:
authorValentin Longchamp <valentin.longchamp@epfl.ch>2009-02-16 06:47:52 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2009-03-13 05:34:22 -0400
commitca489f8e4ac1127e6aee1ffcdaea29858f89506c (patch)
tree7005a1386df1866bbfc9d5c25af554237444ccdd /arch/arm/mach-mx3/devices.h
parente00f0b4a9316c9de000697e489f6102271e94dc4 (diff)
mx31: add dma and fb devices
This adds the dma (ipu_dma) and fb devices for the mx31 for which drivers now are available. v2: merge the ipu and fb device in the same patch as suggested by Sascha Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/devices.h')
-rw-r--r--arch/arm/mach-mx3/devices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/devices.h b/arch/arm/mach-mx3/devices.h
index 077a90226a71..d1638518a9d6 100644
--- a/arch/arm/mach-mx3/devices.h
+++ b/arch/arm/mach-mx3/devices.h
@@ -9,3 +9,5 @@ extern struct platform_device mxc_nand_device;
9extern struct platform_device mxc_i2c_device0; 9extern struct platform_device mxc_i2c_device0;
10extern struct platform_device mxc_i2c_device1; 10extern struct platform_device mxc_i2c_device1;
11extern struct platform_device mxc_i2c_device2; 11extern struct platform_device mxc_i2c_device2;
12extern struct platform_device mx3_ipu;
13extern struct platform_device mx3_fb;