diff options
Diffstat (limited to 'arch/arm/mach-mx2/devices.c')
-rw-r--r-- | arch/arm/mach-mx2/devices.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/arm/mach-mx2/devices.c b/arch/arm/mach-mx2/devices.c index a0f1b3674327..e6f0f4f15584 100644 --- a/arch/arm/mach-mx2/devices.c +++ b/arch/arm/mach-mx2/devices.c | |||
@@ -40,30 +40,6 @@ | |||
40 | #include "devices.h" | 40 | #include "devices.h" |
41 | 41 | ||
42 | /* | 42 | /* |
43 | * Resource definition for the MXC IrDA | ||
44 | */ | ||
45 | static struct resource mxc_irda_resources[] = { | ||
46 | [0] = { | ||
47 | .start = UART3_BASE_ADDR, | ||
48 | .end = UART3_BASE_ADDR + SZ_4K - 1, | ||
49 | .flags = IORESOURCE_MEM, | ||
50 | }, | ||
51 | [1] = { | ||
52 | .start = MXC_INT_UART3, | ||
53 | .end = MXC_INT_UART3, | ||
54 | .flags = IORESOURCE_IRQ, | ||
55 | }, | ||
56 | }; | ||
57 | |||
58 | /* Platform Data for MXC IrDA */ | ||
59 | struct platform_device mxc_irda_device = { | ||
60 | .name = "mxc_irda", | ||
61 | .id = 0, | ||
62 | .num_resources = ARRAY_SIZE(mxc_irda_resources), | ||
63 | .resource = mxc_irda_resources, | ||
64 | }; | ||
65 | |||
66 | /* | ||
67 | * General Purpose Timer | 43 | * General Purpose Timer |
68 | * - i.MX1: 2 timer (slighly different register handling) | 44 | * - i.MX1: 2 timer (slighly different register handling) |
69 | * - i.MX21: 3 timer | 45 | * - i.MX21: 3 timer |