diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-12-01 00:50:59 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-12-01 00:50:59 +0000 |
commit | 3872151ce042eded57c3dbf84cae1504c55dd5fd (patch) | |
tree | 141d061a6f6b2a252fbdb58236945075c8c8538b /target/linux/brcm63xx/patches-3.14 | |
parent | 5f726ccd79b23d362647b2d306e7c48811634f88 (diff) | |
download | upstream-3872151ce042eded57c3dbf84cae1504c55dd5fd.tar.gz upstream-3872151ce042eded57c3dbf84cae1504c55dd5fd.tar.bz2 upstream-3872151ce042eded57c3dbf84cae1504c55dd5fd.zip |
brcm63xx: add DT support for F@ST2604
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43448
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14')
-rw-r--r-- | target/linux/brcm63xx/patches-3.14/529-board_fast2604.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/529-board_fast2604.patch b/target/linux/brcm63xx/patches-3.14/529-board_fast2604.patch index 6ded2f9b81..87093d71b3 100644 --- a/target/linux/brcm63xx/patches-3.14/529-board_fast2604.patch +++ b/target/linux/brcm63xx/patches-3.14/529-board_fast2604.patch @@ -66,3 +66,11 @@ &board_DV201AMR, &board_96348gw_a, &board_rta1025w_16, +@@ -2711,6 +2763,7 @@ static struct of_device_id const bcm963x + { .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, }, + { .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, }, + { .compatible = "sagem,f@st2404", .data = &board_FAST2404, }, ++ { .compatible = "sagem,f@st2604", .data = &board_FAST2604, }, + { .compatible = "t-com,spw500v", .data = &board_spw500v, }, + { .compatible = "tecom,gw6000", .data = &board_gw6000, }, + { .compatible = "tecom,gw6200", .data = &board_gw6200, }, |