au1000: switch to 3.6 kernel
[openwrt/svn-archive/archive.git] / target / linux / au1000 / patches-3.3 / 004-pci-idsel-cb.patch
1 --- a/arch/mips/alchemy/board-mtx1.c 2012-06-11 22:02:34.686604093 +0100
2 +++ b/arch/mips/alchemy/board-mtx1.c 2012-06-11 22:04:23.375143044 +0100
3 @@ -228,6 +228,9 @@
4 * adapter on the mtx-1 "singleboard" variant. It triggers a custom
5 * logic chip connected to EXT_IO3 (GPIO1) to suppress IDSEL signals.
6 */
7 +
8 + udelay(1);
9 +
10 if (assert && devsel != 0)
11 /* Suppress signal to Cardbus */
12 alchemy_gpio_set_value(1, 0); /* set EXT_IO3 OFF */