aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/e750.c
diff options
context:
space:
mode:
authorIan Molton <spyro@f2s.com>2008-08-24 14:21:26 -0400
committerIan Molton <spyro@f2s.com>2008-11-29 18:26:36 -0500
commit36033422639913dad1f3146d452116522c77f753 (patch)
treef0865621035f9deedcab470e8267b7d19a3bf4ed /arch/arm/mach-pxa/e750.c
parent5e1dbdb458ada37f7e97265cb2ea87c55fd5d034 (diff)
[ARM] IrDA support for e7xx
This patchset provides a fully functional SIR IrDA driver for the Toshiba e7xx PDAs. Signed-off-by: Ian Molton <spyro@f2s.com>
Diffstat (limited to 'arch/arm/mach-pxa/e750.c')
-rw-r--r--arch/arm/mach-pxa/e750.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/e750.c b/arch/arm/mach-pxa/e750.c
index 640e738b85df..1410ad7e20b1 100644
--- a/arch/arm/mach-pxa/e750.c
+++ b/arch/arm/mach-pxa/e750.c
@@ -25,6 +25,7 @@
25#include <mach/mfp-pxa25x.h> 25#include <mach/mfp-pxa25x.h>
26#include <mach/hardware.h> 26#include <mach/hardware.h>
27#include <mach/udc.h> 27#include <mach/udc.h>
28#include <mach/irda.h>
28 29
29#include "generic.h" 30#include "generic.h"
30#include "eseries.h" 31#include "eseries.h"
@@ -110,6 +111,8 @@ static void __init e750_init(void)
110{ 111{
111 platform_add_devices(devices, ARRAY_SIZE(devices)); 112 platform_add_devices(devices, ARRAY_SIZE(devices));
112 pxa_set_udc_info(&e7xx_udc_mach_info); 113 pxa_set_udc_info(&e7xx_udc_mach_info);
114 e7xx_irda_init();
115 pxa_set_ficp_info(&e7xx_ficp_platform_data);
113} 116}
114 117
115MACHINE_START(E750, "Toshiba e750") 118MACHINE_START(E750, "Toshiba e750")