AA: bcm63xx: fix/enable livebox minipci
authorJonas Gorski <jogo@openwrt.org>
Thu, 2 May 2013 15:31:02 +0000 (15:31 +0000)
committerJonas Gorski <jogo@openwrt.org>
Thu, 2 May 2013 15:31:02 +0000 (15:31 +0000)
Enable the livebox-1 minipci, otherwise, the board won't detect
any device connected on it (included wifi cards).

I've made a patch against current AA svn. I didn't notice this issue
earlier since I'm currently using CFE on this board. It's just a missed
line.

Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com>
SVN-Revision: 36528

target/linux/brcm63xx/patches-3.3/513-board_livebox.patch

index dc53d481bb743b1e3cf5d97898ef76310a7a8669..cb753f34f46d9a9312da9f20e1047102656a8474 100644 (file)
@@ -20,7 +20,7 @@
  ccflags-y := -Werror
 --- /dev/null
 +++ b/arch/mips/bcm63xx/boards/board_livebox.c
-@@ -0,0 +1,368 @@
+@@ -0,0 +1,369 @@
 +/*
 + * This file is subject to the terms and conditions of the GNU General Public
 + * License.  See the file "COPYING" in the main directory of this archive
 +
 +#ifdef CONFIG_PCI
 +      if (board.has_pci) {
++              bcm63xx_pci_enabled = 1;
 +              if (BCMCPU_IS_6348())
 +                      val |= GPIO_MODE_6348_G2_PCI;
 +      }