diff options
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/564-board-DGND3700v2.patch')
-rw-r--r-- | target/linux/bcm63xx/patches-5.4/564-board-DGND3700v2.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/564-board-DGND3700v2.patch b/target/linux/bcm63xx/patches-5.4/564-board-DGND3700v2.patch index 2a39c733eb..e8f3044385 100644 --- a/target/linux/bcm63xx/patches-5.4/564-board-DGND3700v2.patch +++ b/target/linux/bcm63xx/patches-5.4/564-board-DGND3700v2.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -1820,6 +1820,31 @@ static struct board_info __initdata boar +@@ -1818,6 +1818,31 @@ static struct board_info __initdata boar }, }; @@ -32,15 +32,15 @@ static struct board_info __initdata board_fast2504n = { .name = "F@ST2504n", .expected_cpu_id = 0x6362, -@@ -2830,6 +2855,7 @@ static const struct board_info __initcon - +@@ -2826,6 +2851,7 @@ static const struct board_info __initcon + #endif /* CONFIG_BCM63XX_CPU_6358 */ #ifdef CONFIG_BCM63XX_CPU_6362 &board_nb6, + &board_dgnd3700v2, &board_fast2504n, - #endif - -@@ -2945,6 +2971,7 @@ static struct of_device_id const bcm963x + #endif /* CONFIG_BCM63XX_CPU_6362 */ + #ifdef CONFIG_BCM63XX_CPU_6368 +@@ -2940,6 +2966,7 @@ static struct of_device_id const bcm963x { .compatible = "bt,home-hub-2-a", .data = &board_homehub2a, }, #endif #ifdef CONFIG_BCM63XX_CPU_6362 |