[Armadeus-commitlog] SF.net SVN: armadeus:[1336] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
|
From: <ar...@us...> - 2009-06-08 11:35:34
|
Revision: 1336
http://armadeus.svn.sourceforge.net/armadeus/?rev=1336&view=rev
Author: artemys
Date: 2009-06-08 11:34:58 +0000 (Mon, 08 Jun 2009)
Log Message:
-----------
[LINUX] Corrects bad IRQ number for APF27 FPGA
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/291-apf27-armadeus-add_mach_board-apf27_h.patch
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/291-apf27-armadeus-add_mach_board-apf27_h.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/291-apf27-armadeus-add_mach_board-apf27_h.patch 2009-06-07 15:12:03 UTC (rev 1335)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/291-apf27-armadeus-add_mach_board-apf27_h.patch 2009-06-08 11:34:58 UTC (rev 1336)
@@ -43,7 +43,7 @@
+
+/* FPGA IRQ */
+#define APF27_FPGA_INT_PIN (GPIO_PORTF | 12)
-+#define APF27_FPGA_IRQ (IRQ_GPIOF(APF27_FPGA_INT_PIN))
++#define APF27_FPGA_IRQ (IRQ_GPIOF(12))
+#define ARMADEUS_FPGA_IRQ (APF27_FPGA_IRQ)
+
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|