diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-02-06 15:38:51 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-03-13 10:34:28 +0100 |
commit | 9536ff33619e13fcc4bd16354faea97dba244f73 (patch) | |
tree | b89802b0f09428263a02ad868121ffd25875f746 /arch/arm/mach-mx3/devices.h | |
parent | 2cb536d13cf9fbce029055b7603b3ca4ca1cf407 (diff) | |
download | op-kernel-dev-9536ff33619e13fcc4bd16354faea97dba244f73.zip op-kernel-dev-9536ff33619e13fcc4bd16354faea97dba244f73.tar.gz |
[ARM] MX35 devices support
The i.MX35 basically features the same peripherals as the i.MX31 with
some differences:
- The i.MX35 has a FEC ethernet controller
- The NAND controller base addresses are different
- The i.MX35 has only 3 UARTs
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/devices.h b/arch/arm/mach-mx3/devices.h index d163851..4faac65 100644 --- a/arch/arm/mach-mx3/devices.h +++ b/arch/arm/mach-mx3/devices.h @@ -11,3 +11,4 @@ extern struct platform_device mxc_i2c_device1; extern struct platform_device mxc_i2c_device2; extern struct platform_device mx3_ipu; extern struct platform_device mx3_fb; +extern struct platform_device mxc_fec_device; |