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 | 20466bd2d2ff7b4755504803e3b85974b00ec422 (patch) | |
tree | a9fdf0cb7b810b801468ab6b02085df70fb4d825 /target/linux/brcm63xx/patches-3.14 | |
parent | 544265862fb7bacafe91ea055e74d673ed3dd1ba (diff) | |
download | upstream-20466bd2d2ff7b4755504803e3b85974b00ec422.tar.gz upstream-20466bd2d2ff7b4755504803e3b85974b00ec422.tar.bz2 upstream-20466bd2d2ff7b4755504803e3b85974b00ec422.zip |
brcm63xx: add DT support for DG834GT/PN
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43573 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/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.14/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch b/target/linux/brcm63xx/patches-3.14/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch index 4e48629d26..9e6416d099 100644 --- a/target/linux/brcm63xx/patches-3.14/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch +++ b/target/linux/brcm63xx/patches-3.14/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 |