add board definitions for the bcm6338w
authorFlorian Fainelli <florian@openwrt.org>
Fri, 26 Jun 2009 10:27:13 +0000 (10:27 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 26 Jun 2009 10:27:13 +0000 (10:27 +0000)
SVN-Revision: 16565

target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c

index f85494d884a4b92cef036166d9ab3d67d3f533b3..ff7cf56974d3eadbc6c3933ee3db82b33172ef4c 100644 (file)
@@ -54,6 +54,13 @@ static struct board_info __initdata board_96338gw = {
 
        .has_ohci0                      = 1,
 };
+
+static struct board_info __initdata board_96338w = {
+       .name                           = "9338W",
+       .expected_cpu_id                = 0x6338,
+
+       .has_enet0                      = 1,
+};
 #endif
 
 /*
@@ -287,6 +294,7 @@ static struct board_info __initdata board_AGPFS0 = {
 static const struct board_info __initdata *bcm963xx_boards[] = {
 #ifdef CONFIG_BCM63XX_CPU_6338
        &board_96338gw,
+       &board_96338w,
 #endif
 #ifdef CONFIG_BCM63XX_CPU_6348
        &board_96348r,