aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-08-10 12:21:52 +0000
committerJonas Gorski <jogo@openwrt.org>2014-08-10 12:21:52 +0000
commit2330472b3834dfe21c511939e97251e359618a85 (patch)
tree47b5ddb6e5b1064ecbfb7842672c045f81cfe77a /target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch
parent54271ac89eb5e59ad267ca25bc5fb555367e2d2d (diff)
downloadmaster-187ad058-2330472b3834dfe21c511939e97251e359618a85.tar.gz
master-187ad058-2330472b3834dfe21c511939e97251e359618a85.tar.bz2
master-187ad058-2330472b3834dfe21c511939e97251e359618a85.zip
brcm63xx: Add fallback sprom for A4001N1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42102 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch11
1 files changed, 9 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch b/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch
index 19fe3f6e12..b11a974dd8 100644
--- a/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch
+++ b/target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch
@@ -1,6 +1,6 @@
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -238,6 +238,126 @@ static struct board_info __initdata boar
+@@ -238,6 +238,133 @@ static struct board_info __initdata boar
},
};
@@ -10,6 +10,7 @@
+
+ .has_uart0 = 1,
+ .has_pci = 1,
++ .use_fallback_sprom = 1,
+ .has_ohci0 = 1,
+ .has_ehci0 = 1,
+ .num_usbh_ports = 1,
@@ -122,12 +123,18 @@
+ .debounce_interval = BCM963XX_KEYS_DEBOUNCE_INTERVAL,
+ },
+ },
++
++ .fallback_sprom = {
++ .type = SPROM_BCM43225,
++ .pci_bus = 1,
++ .pci_dev = 0,
++ },
+};
+
static struct board_info __initdata board_dsl_274xb_f1 = {
.name = "AW4339U",
.expected_cpu_id = 0x6328,
-@@ -3003,6 +3123,7 @@ static const struct board_info __initcon
+@@ -3003,6 +3130,7 @@ static const struct board_info __initcon
#ifdef CONFIG_BCM63XX_CPU_6328
&board_96328avng,
&board_963281TAN,