Title: [8530] trunk/arch/blackfin/mach-bf537/boards/stamp.c: Task[#5912] Change GPIO of CT interrupt in adt7410.
Revision
8530
Author
sonicz
Date
2010-03-22 06:03:00 -0400 (Mon, 22 Mar 2010)

Log Message

Task[#5912] Change GPIO of CT interrupt in adt7410.

Modified Paths

Diff

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


--- trunk/arch/blackfin/mach-bf537/boards/stamp.c	2010-03-22 09:41:14 UTC (rev 8529)
+++ trunk/arch/blackfin/mach-bf537/boards/stamp.c	2010-03-22 10:03:00 UTC (rev 8530)
@@ -1830,7 +1830,7 @@
 #if defined(CONFIG_ADT7410) || defined(CONFIG_ADT7410_MODULE)
 /* INT bound temperature alarm event. line 1 */
 static unsigned long adt7410_platform_data[2] = {
-	IRQ_PG6, IRQF_TRIGGER_LOW,
+	IRQ_PG4, IRQF_TRIGGER_LOW,
 };
 #endif
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to