diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-30 20:21:07 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-30 20:21:07 +0000 |
commit | f77b44605157d5eafcc9a4328a052cbccef240a5 (patch) | |
tree | 03b7560966912234aab9f39850814095407aa8b1 /target/linux/brcm63xx/patches-3.18/566-board_A4001N.patch | |
parent | f644c1581ad2f48a38b497836f182bc46c7534ca (diff) | |
download | upstream-f77b44605157d5eafcc9a4328a052cbccef240a5.tar.gz upstream-f77b44605157d5eafcc9a4328a052cbccef240a5.tar.bz2 upstream-f77b44605157d5eafcc9a4328a052cbccef240a5.zip |
brcm63xx: move bcm6318 reference boards to DT
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45167
Diffstat (limited to 'target/linux/brcm63xx/patches-3.18/566-board_A4001N.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.18/566-board_A4001N.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/patches-3.18/566-board_A4001N.patch b/target/linux/brcm63xx/patches-3.18/566-board_A4001N.patch index 6d1935f980..a9385ea1c5 100644 --- a/target/linux/brcm63xx/patches-3.18/566-board_A4001N.patch +++ b/target/linux/brcm63xx/patches-3.18/566-board_A4001N.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -447,6 +447,50 @@ static struct board_info __initdata boar +@@ -367,6 +367,50 @@ static struct board_info __initdata boar }, }; @@ -51,7 +51,7 @@ static struct board_info __initdata board_A4001N1 = { .name = "963281T_TEF", .expected_cpu_id = 0x6328, -@@ -2232,6 +2276,7 @@ static const struct board_info __initcon +@@ -2152,6 +2196,7 @@ static const struct board_info __initcon &board_AR5381u, &board_AR5387un, &board_963281TAN, @@ -59,8 +59,8 @@ &board_A4001N1, &board_dsl_274xb_f1, &board_FAST2704V2, -@@ -2316,6 +2361,7 @@ static struct of_device_id const bcm963x - { .compatible = "netgear,cvg834g", .data = &board_cvg834g, }, +@@ -2240,6 +2285,7 @@ static struct of_device_id const bcm963x + { .compatible = "brcm,bcm96318ref_p300", .data = &board_96318ref_p300, }, #endif #ifdef CONFIG_BCM63XX_CPU_6328 + { .compatible = "adb,a4001n", .data = &board_A4001N, }, |