brcm63xx: Add DT support for DV-201AMR
[openwrt/openwrt.git] / target / linux / brcm63xx / patches-3.14 / 369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch
index 765cf2a79f66e6dca8ae56231fe269d2909922fc..a602017d38b26a702a77607ef02815a6bbe6e774 100644 (file)
@@ -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,43 @@ static const struct board_info __initcon
+@@ -736,6 +736,44 @@ static const struct board_info __initcon
  };
  
  static struct of_device_id const bcm963xx_boards_dt[] = {
@@ -37,6 +37,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org>
 +      { .compatible = "brcm,bcm96348gw-10", .data = &board_96348gw_10, },
 +      { .compatible = "brcm,bcm96348gw-11", .data = &board_96348gw_11, },
 +      { .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, },
++      { .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
 +      { .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
 +      { .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
 +#endif