From b7be2255c44377e91a81bfb95222eb7c495c914c Mon Sep 17 00:00:00 2001 From: Matt Hsu Date: Fri, 6 Mar 2009 12:28:20 +0000 Subject: Temporarily mark INT of LED device on 3d7k. 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 --- arch/arm/mach-s3c6410/mach-om-3d7k.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'arch') diff --git a/arch/arm/mach-s3c6410/mach-om-3d7k.c b/arch/arm/mach-s3c6410/mach-om-3d7k.c index dbe2ce71275..f05de6bd262 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, }, { -- cgit v1.2.3