From 8d6e201378fe82989fc25b499a34b70831479b52 Mon Sep 17 00:00:00 2001 From: Bruno Randolf Date: Thu, 12 Jul 2012 21:54:05 +0100 Subject: [PATCH] --- yaml --- r: 322243 b: refs/heads/master c: 143ec74eb10ac9a8c4357341a03b07ac4f04a761 h: refs/heads/master i: 322241: 24565d6fb5fc44b17b21a4eed90c4968788d51a9 322239: e326cf26eb2131367c59ae2fa93ad476a6aad983 v: v3 --- [refs] | 2 +- trunk/arch/mips/alchemy/board-mtx1.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 22108f00cb78..23bfa26adc5d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 946380676396e633878d07ecb23c9144fbb44abc +refs/heads/master: 143ec74eb10ac9a8c4357341a03b07ac4f04a761 diff --git a/trunk/arch/mips/alchemy/board-mtx1.c b/trunk/arch/mips/alchemy/board-mtx1.c index 99969484c475..a124c251c0c9 100644 --- a/trunk/arch/mips/alchemy/board-mtx1.c +++ b/trunk/arch/mips/alchemy/board-mtx1.c @@ -228,6 +228,8 @@ static int mtx1_pci_idsel(unsigned int devsel, int assert) * adapter on the mtx-1 "singleboard" variant. It triggers a custom * logic chip connected to EXT_IO3 (GPIO1) to suppress IDSEL signals. */ + udelay(1); + if (assert && devsel != 0) /* Suppress signal to Cardbus */ alchemy_gpio_set_value(1, 0); /* set EXT_IO3 OFF */