summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2012-01-18 17:14:03 +0100
committerGuillaume Knispel <gknispel@proformatique.com>2012-01-18 17:14:03 +0100
commit5d5e1cfa51b925c1797f64b3307fd9b36964091d (patch)
tree812ca0caa3f2b0668499c0424e794550f518ad77
parentff49480735bcc87231c4047de44cfa83d73ffa37 (diff)
update default values for rst gpio for our own prototype boards
-rw-r--r--xhfc/base.c2
-rw-r--r--xivovp/base.c2
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);