summaryrefslogtreecommitdiff
path: root/xivovp/base.c
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2011-02-09 17:51:27 +0100
committerGuillaume Knispel <gknispel@proformatique.com>2011-02-09 17:51:27 +0100
commit71cf25c15e5d0758b64097acd59e6dd7ee13bcd3 (patch)
tree7a91a1883d0876845b3203c0a594c517d3502640 /xivovp/base.c
parent9f1533b451a1e5393169c1337d6766987c7d14f5 (diff)
update default fx reset gpio for Megrez <-> our FX prototype interfacing
Diffstat (limited to 'xivovp/base.c')
-rw-r--r--xivovp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xivovp/base.c b/xivovp/base.c
index d9f2a0a..fbb3bdc 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 = false;
-static uint reset_gpio = 21;
+static uint reset_gpio = 28;
module_param(init_dbg, uint, 0444);
module_param(reset_gpio, uint, 0444);