bcm63xx: fix/enable livebox minipci
Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com> SVN-Revision: 36523
This commit is contained in:
parent
f935d800bf
commit
999a956f4c
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
+obj-$(CONFIG_BOARD_LIVEBOX) += board_livebox.o
|
+obj-$(CONFIG_BOARD_LIVEBOX) += board_livebox.o
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/mips/bcm63xx/boards/board_livebox.c
|
+++ 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
|
+ * 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
|
+ * License. See the file "COPYING" in the main directory of this archive
|
||||||
|
@ -228,6 +228,7 @@
|
||||||
+
|
+
|
||||||
+#ifdef CONFIG_PCI
|
+#ifdef CONFIG_PCI
|
||||||
+ if (board.has_pci) {
|
+ if (board.has_pci) {
|
||||||
|
+ bcm63xx_pci_enabled = 1;
|
||||||
+ if (BCMCPU_IS_6348())
|
+ if (BCMCPU_IS_6348())
|
||||||
+ val |= GPIO_MODE_6348_G2_PCI;
|
+ val |= GPIO_MODE_6348_G2_PCI;
|
||||||
+ }
|
+ }
|
||||||
|
|
Loading…
Reference in a new issue