From d1f731866bf42303b5b2df4d2d28fcea08a08b05 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sun, 10 Aug 2014 12:21:52 +0000 Subject: brcm63xx: Add fallback sprom for A4001N1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas Signed-off-by: Jonas Gorski SVN-Revision: 42102 --- target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'target/linux/brcm63xx/patches-3.14/530-board_A4001N1.patch') 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, -- cgit v1.2.3