Title: [6934] branches/2009R1/arch/blackfin/mach-bf537/boards/stamp.c: fix bug[#5299], actual wired irq line for ad7142 is IRQ_PG5 not IRQ_PF5
Revision
6934
Author
bhsong
Date
2009-07-07 02:39:16 -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: branches/2009R1/arch/blackfin/mach-bf537/boards/stamp.c (6933 => 6934)


--- branches/2009R1/arch/blackfin/mach-bf537/boards/stamp.c	2009-07-07 04:40:32 UTC (rev 6933)
+++ branches/2009R1/arch/blackfin/mach-bf537/boards/stamp.c	2009-07-07 07:39:16 UTC (rev 6934)
@@ -1277,7 +1277,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