diff options
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/561-board_AD1018.patch')
-rw-r--r-- | target/linux/bcm63xx/patches-5.4/561-board_AD1018.patch | 58 |
1 files changed, 28 insertions, 30 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/561-board_AD1018.patch b/target/linux/bcm63xx/patches-5.4/561-board_AD1018.patch index a59571a096..c07ebac189 100644 --- a/target/linux/bcm63xx/patches-5.4/561-board_AD1018.patch +++ b/target/linux/bcm63xx/patches-5.4/561-board_AD1018.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -357,6 +357,73 @@ static struct board_info __initdata boar +@@ -345,6 +345,71 @@ static struct board_info __initdata boar }, }; @@ -25,56 +25,54 @@ +}; + +static struct board_info __initdata board_AD1018 = { -+ .name = "96328avngr", -+ .expected_cpu_id = 0x6328, ++ .name = "96328avngr", ++ .expected_cpu_id = 0x6328, + -+ .has_pci = 1, -+ .use_fallback_sprom = 1, -+ -+ .has_ohci0 = 1, -+ .has_ehci0 = 1, -+ .num_usbh_ports = 1, -+ -+ .has_enetsw = 1, ++ .has_pci = 1, ++ .has_ohci0 = 1, ++ .has_ehci0 = 1, ++ .num_usbh_ports = 1, + ++ .has_enetsw = 1, + .enetsw = { + .used_ports = { + [0] = { -+ .used = 1, -+ .phy_id = 1, -+ .name = "FIBRE", ++ .used = 1, ++ .phy_id = 1, ++ .name = "FIBRE", + }, + [1] = { -+ .used = 1, -+ .phy_id = 2, -+ .name = "LAN3", ++ .used = 1, ++ .phy_id = 2, ++ .name = "LAN3", + }, + [2] = { -+ .used = 1, -+ .phy_id = 3, -+ .name = "LAN2", ++ .used = 1, ++ .phy_id = 3, ++ .name = "LAN2", + }, + [3] = { -+ .used = 1, -+ .phy_id = 4, -+ .name = "LAN1", ++ .used = 1, ++ .phy_id = 4, ++ .name = "LAN1", + }, + }, + }, + ++ .use_fallback_sprom = 1, + .fallback_sprom = { -+ .type = SPROM_BCM43217, -+ .pci_bus = 1, -+ .pci_dev = 0, -+ .board_fixups = ad1018_fixups, -+ .num_board_fixups = ARRAY_SIZE(ad1018_fixups), ++ .type = SPROM_BCM43217, ++ .pci_bus = 1, ++ .pci_dev = 0, ++ .board_fixups = ad1018_fixups, ++ .num_board_fixups = ARRAY_SIZE(ad1018_fixups), + }, +}; + static struct sprom_fixup __initdata ar5381u_fixups[] = { { .offset = 97, .value = 0xfee5 }, { .offset = 98, .value = 0x157c }, -@@ -2613,6 +2680,7 @@ static const struct board_info __initcon +@@ -2547,6 +2612,7 @@ static const struct board_info __initcon #endif /* CONFIG_BCM63XX_CPU_6318 */ #ifdef CONFIG_BCM63XX_CPU_6328 &board_96328avng, @@ -82,7 +80,7 @@ &board_AR5381u, &board_AR5387un, &board_963281TAN, -@@ -2724,6 +2792,8 @@ static struct of_device_id const bcm963x +@@ -2658,6 +2724,8 @@ static struct of_device_id const bcm963x { .compatible = "d-link,dsl-274xb-f1", .data = &board_dsl_274xb_f1, }, { .compatible = "nucom,r5010un-v2", .data = &board_R5010UNV2, }, { .compatible = "sagem,fast-2704-v2", .data = &board_FAST2704V2, }, |