brcm63xx: add DT support for F@ST2604

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

SVN-Revision: 43448
This commit is contained in:
Jonas Gorski
2014-12-01 00:50:59 +00:00
parent 5f726ccd79
commit 3872151ce0
4 changed files with 49 additions and 3 deletions

View File

@@ -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, },