LED INT is connected to EXT group6_9, the handling of EXT group1~group9 is not yet implemented. Besides, we don't need this IRQ now.
Signed-off-by: Matt Hsu <[email protected]> --- arch/arm/mach-s3c6410/mach-om-3d7k.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s3c6410/mach-om-3d7k.c b/arch/arm/mach-s3c6410/mach-om-3d7k.c index dbe2ce7..f05de6b 100644 --- a/arch/arm/mach-s3c6410/mach-om-3d7k.c +++ b/arch/arm/mach-s3c6410/mach-om-3d7k.c @@ -943,7 +943,14 @@ static struct i2c_board_info om_3d7k_i2c_devs[] __initdata = { }, { I2C_BOARD_INFO("lp5521", 0x32), + /* mark this temporarily, since LED INT is connected + * to EXT group6_9, the handling of EXT group1~group9 + * is not implemented. Besides, we don't need this IRQ + * now + */ +#if 0 .irq = OM_3D7K_IRQ_LED, +#endif .platform_data = &om_3d7k_lp5521_pdata, }, { -- 1.5.6.5
