diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-12-08 16:10:54 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-12-08 16:10:54 +0000 |
commit | d5f1dd9079c1f1f2ef88721d1ce3ff15c01523b8 (patch) | |
tree | 738f583ecedcc7060b522e46dc42b4808a16742b /target/linux/brcm63xx/patches-3.18 | |
parent | b0ae41f849c237d2e1c842a9819fb3e3ec73f9b5 (diff) | |
download | upstream-d5f1dd9079c1f1f2ef88721d1ce3ff15c01523b8.tar.gz upstream-d5f1dd9079c1f1f2ef88721d1ce3ff15c01523b8.tar.bz2 upstream-d5f1dd9079c1f1f2ef88721d1ce3ff15c01523b8.zip |
brcm63xx: add DT support for DG834GT/PN
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43573
Diffstat (limited to 'target/linux/brcm63xx/patches-3.18')
-rw-r--r-- | target/linux/brcm63xx/patches-3.18/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.18/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch b/target/linux/brcm63xx/patches-3.18/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch index 4e48629d26..9e6416d099 100644 --- a/target/linux/brcm63xx/patches-3.18/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch +++ b/target/linux/brcm63xx/patches-3.18/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch @@ -14,7 +14,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -736,6 +736,46 @@ static const struct board_info __initcon +@@ -736,6 +736,47 @@ static const struct board_info __initcon }; static struct of_device_id const bcm963xx_boards_dt[] = { @@ -39,6 +39,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> + { .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, }, + { .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, }, + { .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, }, ++ { .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, }, + { .compatible = "sagem,f@st2404", .data = &board_FAST2404, }, + { .compatible = "tp-link,td-w8900gb", .data = &board_96348gw_11, }, +#endif |