From 5d5e1cfa51b925c1797f64b3307fd9b36964091d Mon Sep 17 00:00:00 2001 From: Guillaume Knispel Date: Wed, 18 Jan 2012 17:14:03 +0100 Subject: update default values for rst gpio for our own prototype boards --- xhfc/base.c | 2 +- xivovp/base.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xhfc/base.c b/xhfc/base.c index 0326b68..be6be89 100644 --- a/xhfc/base.c +++ b/xhfc/base.c @@ -42,7 +42,7 @@ MODULE_LICENSE("GPL"); #define GPIO_NONE (-1) -int reset_gpio = 21; +int reset_gpio = 27; int port1_ntte_gpio = GPIO_NONE; int port2_ntte_gpio = GPIO_NONE; diff --git a/xivovp/base.c b/xivovp/base.c index 35dfe23..15f8578 100644 --- a/xivovp/base.c +++ b/xivovp/base.c @@ -76,7 +76,7 @@ static int alawoverride = 1; /* It's named like that in every DAHDI driver doesn't make much sense. */ static int reverse_polarity = false; static int wait_port0 = true; -static uint reset_gpio = 28; +static uint reset_gpio = 25; module_param(init_dbg, uint, 0444); module_param(reset_gpio, uint, 0444); -- cgit v1.2.3