Title: [6935] trunk/arch/blackfin/mach-bf537/boards/stamp.c: fix bug[#5299], actual wired irq line for ad7142 is IRQ_PG5 not IRQ_PF5
Revision
6935
Author
bhsong
Date
2009-07-07 02:41:50 -0500 (Tue, 07 Jul 2009)

Log Message

fix bug[#5299], actual wired irq line for ad7142 is IRQ_PG5 not IRQ_PF5

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-bf537/boards/stamp.c (6934 => 6935)


--- trunk/arch/blackfin/mach-bf537/boards/stamp.c	2009-07-07 07:39:16 UTC (rev 6934)
+++ trunk/arch/blackfin/mach-bf537/boards/stamp.c	2009-07-07 07:41:50 UTC (rev 6935)
@@ -1340,7 +1340,7 @@
 #if defined(CONFIG_JOYSTICK_AD7142) || defined(CONFIG_JOYSTICK_AD7142_MODULE)
 	{
 		I2C_BOARD_INFO("ad7142_joystick", 0x2C),
-		.irq = IRQ_PF5,
+		.irq = IRQ_PG5,
 	},
 #endif
 #if defined(CONFIG_BFIN_TWI_LCD) || defined(CONFIG_BFIN_TWI_LCD_MODULE)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to