From: Lothar Waßmann Date: Tue, 18 Feb 2014 12:01:49 +0000 (+0100) Subject: karo: tx6: fix FEC interrupt GPIO definition X-Git-Tag: KARO-TX6-2014-03-07~11^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=262d95ae1f82199514a9ee1c36349f8de642bfb7;p=karo-tx-uboot.git karo: tx6: fix FEC interrupt GPIO definition --- diff --git a/board/karo/tx6/tx6qdl.c b/board/karo/tx6/tx6qdl.c index 6f3cd10348..2c66cc59b8 100644 --- a/board/karo/tx6/tx6qdl.c +++ b/board/karo/tx6/tx6qdl.c @@ -40,7 +40,7 @@ #define TX6_FEC_RST_GPIO IMX_GPIO_NR(7, 6) #define TX6_FEC_PWR_GPIO IMX_GPIO_NR(3, 20) -#define TX6_FEC_INT_GPIO IMX_GPIO_NR(2, 4) +#define TX6_FEC_INT_GPIO IMX_GPIO_NR(7, 1) #define TX6_LED_GPIO IMX_GPIO_NR(2, 20) #define TX6_LCD_PWR_GPIO IMX_GPIO_NR(2, 31)