summaryrefslogtreecommitdiff
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
commitd1f731866bf42303b5b2df4d2d28fcea08a08b05 (patch)
treefe71a2da270c7f6ea52e8f69775bec9d3d655077 /target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch
parent312a7f988311266423936317e05615cdf5b5311f (diff)
downloadmtk-20170518-d1f731866bf42303b5b2df4d2d28fcea08a08b05.zip
mtk-20170518-d1f731866bf42303b5b2df4d2d28fcea08a08b05.tar.gz
mtk-20170518-d1f731866bf42303b5b2df4d2d28fcea08a08b05.tar.bz2
brcm63xx: Add fallback sprom for A4001N1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42102
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 19fe3f6..b11a974 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,