brcm63xx: Add DT support for 963281TAN
[openwrt/staging/mkresin.git] / target / linux / brcm63xx / patches-3.14 / 523-MIPS-BCM63XX-add-963281TAN-reference-board.patch
index 665c71e3db0122ff0cae3c06f373563085dd1acb..46d52302dba761dae3460a428bdbc8052b0fadc7 100644 (file)
@@ -9,13 +9,14 @@ Subject: [PATCH] MIPS: BCM63XX: add 963281TAN reference board
 
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -156,6 +156,76 @@ static struct board_info __initdata boar
+@@ -156,6 +156,77 @@ static struct board_info __initdata boar
                },
        },
  };
 +
 +static struct board_info __initdata board_963281TAN = {
 +      .name                           = "963281TAN",
++      .of_board_id                    = "brcm,bcm963281TAN",
 +      .expected_cpu_id                = 0x6328,
 +
 +      .has_uart0                      = 1,
@@ -86,7 +87,7 @@ Subject: [PATCH] MIPS: BCM63XX: add 963281TAN reference board
  #endif /* CONFIG_BCM63XX_CPU_6328 */
  
  /*
-@@ -2121,6 +2191,7 @@ static const struct board_info __initcon
+@@ -2121,6 +2192,7 @@ static const struct board_info __initcon
  #endif
  #ifdef CONFIG_BCM63XX_CPU_6328
        &board_96328avng,