aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMatt Hsu <matt_hsu@openmoko.org>2009-03-06 12:28:20 +0000
committerAndy Green <agreen@octopus.localdomain>2009-03-06 12:28:20 +0000
commitb7be2255c44377e91a81bfb95222eb7c495c914c (patch)
treefeaaa842727a29d75fdb74fa99999efb0fa9c828 /arch
parentc1b03e4da22e8dd7a6caccb9e39a9201535ced11 (diff)
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 <matt_hsu@openmoko.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c6410/mach-om-3d7k.c7
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 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,
},
{