@@ -256,7 +256,8 @@ static unsigned long magician_pin_config[] __initdata = {
static struct pxaficp_platform_data magician_ficp_info = {
.gpio_pwdown = GPIO83_MAGICIAN_nIR_EN,
/* TODO test with FIR dongle */
- .transceiver_cap = IR_SIRMODE | IR_OFF,
+ .transceiver_cap = IR_SIRMODE | IR_FIRMODE | IR_OFF,
+ .gpio_pwdown_inverted = 0,
};
/*
@@ -987,7 +988,6 @@ static struct gpio magician_global_gpios[] = {
"LCD VOFF enable" },
{ GPIO105_MAGICIAN_LCD_VON_EN, GPIOF_OUT_INIT_HIGH,
"LCD VON enable" },
- { GPIO83_MAGICIAN_nIR_EN, GPIOF_OUT_INIT_HIGH, "nIR_EN" },
};
static void __init magician_init(void)
Fix PXA FICP (IrDA) pdata and redundant GPIO request. Signed-off-by: Petr Cvek <petr.cvek@tul.cz> --- arch/arm/mach-pxa/magician.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)