| To: | ralf@linux-mips.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 3/4] bcm63xx: add DWVS0 board |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Mon, 1 Mar 2010 23:36:27 +0100 |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:date:subject :mime-version:x-uid:x-length:to:reply-to:content-type :content-transfer-encoding:message-id; bh=cxpTMaEW94/4aqeJAKh7Jzx0BRNnmpm4tWu2KoqchoY=; b=vOJ5J41m9eDctw0w+QBnzUHVMRIRoihSqCYJIFNKYCIwsqBe4tPl4pYjzJorpgs/qT PtpwTxxySmeWAL5SyzP1pyLkf2nhDfrEDp9Aw9aseheVLmeqJ5obuUlCOmZG4W0r9wQb kGGB8rsrC3VwFwkK0uDX5p8KP4OIpvqVZzIYA= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:date:subject:mime-version:x-uid:x-length:to:reply-to :content-type:content-transfer-encoding:message-id; b=VJkrRQPmgPdRW0G4NPqFH1qVddq6YRWpO2TXP0jSzzS9tmsft3MjoeIbQiRZ9me2Pi RVyyJz/4DKnHb4Y4F2irl/vz1kmcLDX0xI+s/c6UMI7EtJoc7OLzesQ97KDqEB9GlztJ JaU3wxBk8G9hnFefuBlzqtW/O01euLEmh+qA4= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Reply-to: | Florian Fainelli <florian@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
The DWVS0 board is a BCM6358-based board with an on-board OHCI controler.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
diff --git a/arch/mips/bcm63xx/boards/board_bcm963xx.c
b/arch/mips/bcm63xx/boards/board_bcm963xx.c
index 0b1d60f..8bf2c01 100644
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -567,6 +567,27 @@ static struct board_info __initdata board_AGPFS0 = {
.has_ohci0 = 1,
.has_ehci0 = 1,
};
+
+static struct board_info __initdata board_DWVS0 = {
+ .name = "DWV-S0",
+ .expected_cpu_id = 0x6358,
+
+ .has_enet0 = 1,
+ .has_enet1 = 1,
+ .has_pci = 1,
+
+ .enet0 = {
+ .has_phy = 1,
+ .use_internal_phy = 1,
+ },
+
+ .enet1 = {
+ .force_speed_100 = 1,
+ .force_duplex_full = 1,
+ },
+
+ .has_ohci0 = 1,
+};
#endif
/*
@@ -595,6 +616,7 @@ static const struct board_info __initdata
*bcm963xx_boards[] = {
&board_96358vw,
&board_96358vw2,
&board_AGPFS0,
+ &board_DWVS0,
#endif
};
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/4] bcm63xx: add rta1025w_16 board, Florian Fainelli |
|---|---|
| Next by Date: | [PATCH 4/4] bcm63xx: fix BCM6338 and BCM6345 gpio count, Florian Fainelli |
| Previous by Thread: | [PATCH 2/4] bcm63xx: add rta1025w_16 board, Florian Fainelli |
| Next by Thread: | Re: [PATCH 3/4] bcm63xx: add DWVS0 board, Sergei Shtylyov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |