fold 446-board-D4PW_correction.patch in 440-board-D4PW.patch

SVN-Revision: 27014
This commit is contained in:
Florian Fainelli 2011-05-26 13:53:00 +00:00
parent 762885081a
commit 68cb138154
7 changed files with 36 additions and 100 deletions

View file

@ -1,6 +1,6 @@
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -489,6 +489,49 @@ static struct board_info __initdata boar @@ -489,6 +489,55 @@ static struct board_info __initdata boar
} }
}, },
}; };
@ -9,48 +9,54 @@
+ .name = "D-4P-W", + .name = "D-4P-W",
+ .expected_cpu_id = 0x6348, + .expected_cpu_id = 0x6348,
+ +
+ .has_enet0 = 1,
+ .has_enet1 = 1, + .has_enet1 = 1,
+ .has_pci = 1, + .has_pci = 1,
+ .has_uart0 = 1,
+ +
+ .enet0 = {
+ .has_phy = 1,
+ .use_internal_phy = 1,
+ },
+ .enet1 = { + .enet1 = {
+ .force_speed_100 = 1, + .force_speed_100 = 1,
+ .force_duplex_full = 1, + .force_duplex_full = 1,
+ }, + },
+ +
+ .has_ohci0 = 1,
+ .has_ehci0 = 1,
+
+ .leds = { + .leds = {
+ { + {
+ .name = "ppp", + .name = "power:green",
+ .gpio = 0,
+ .active_low = 1,
+ },
+ {
+ .name = "status",
+ .gpio = 3,
+ .active_low = 1,
+ },
+ {
+ .name = "internet:green",
+ .gpio = 4, + .gpio = 4,
+ .active_low = 1, + .active_low = 1,
+ }, + },
+ { + {
+ .name = "ppp-fail", + .name = "internet:red",
+ .gpio = 5, + .gpio = 5,
+ .active_low = 1, + .active_low = 1,
+ }, + },
+ },
+
+ .buttons = {
+ { + {
+ .name = "power", + .desc = "reset",
+ .gpio = 0, + .gpio = 7,
+ .active_low = 1, + .active_low = 1,
+ .default_trigger = "default-on", + .type = EV_KEY,
+ + .code = KEY_RESTART,
+ .threshold = 3,
+ }, + },
+ }, + },
+
+}; +};
+ +
#endif #endif
/* /*
@@ -753,6 +796,7 @@ static const struct board_info __initdat @@ -753,6 +802,7 @@ static const struct board_info __initdat
&board_DV201AMR, &board_DV201AMR,
&board_96348gw_a, &board_96348gw_a,
&board_rta1025w_16, &board_rta1025w_16,

View file

@ -23,7 +23,7 @@
static struct bcm963xx_nvram nvram; static struct bcm963xx_nvram nvram;
static unsigned int mac_addr_used; static unsigned int mac_addr_used;
static struct board_info board; static struct board_info board;
@@ -774,6 +783,502 @@ static struct board_info __initdata boar @@ -780,6 +789,502 @@ static struct board_info __initdata boar
.has_ohci0 = 1, .has_ohci0 = 1,
}; };
@ -526,7 +526,7 @@
#endif #endif
/* /*
@@ -804,9 +1309,30 @@ static const struct board_info __initdat @@ -810,9 +1315,30 @@ static const struct board_info __initdat
&board_96358vw2, &board_96358vw2,
&board_AGPFS0, &board_AGPFS0,
&board_DWVS0, &board_DWVS0,
@ -557,7 +557,7 @@
/* /*
* Register a sane SPROMv2 to make the on-board * Register a sane SPROMv2 to make the on-board
* bcm4318 WLAN work * bcm4318 WLAN work
@@ -953,6 +1479,9 @@ void __init board_prom_init(void) @@ -959,6 +1485,9 @@ void __init board_prom_init(void)
boardid_fixup(boot_addr); boardid_fixup(boot_addr);
} }

View file

@ -39,7 +39,7 @@
#endif #endif
/* /*
@@ -1288,6 +1320,7 @@ static const struct board_info __initdat @@ -1294,6 +1326,7 @@ static const struct board_info __initdat
#ifdef CONFIG_BCM63XX_CPU_6338 #ifdef CONFIG_BCM63XX_CPU_6338
&board_96338gw, &board_96338gw,
&board_96338w, &board_96338w,

View file

@ -1,6 +1,6 @@
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -679,6 +679,98 @@ static struct board_info __initdata boar @@ -685,6 +685,98 @@ static struct board_info __initdata boar
}, },
}; };
@ -99,7 +99,7 @@
static struct board_info __initdata board_AGPFS0 = { static struct board_info __initdata board_AGPFS0 = {
.name = "AGPF-S0", .name = "AGPF-S0",
.expected_cpu_id = 0x6358, .expected_cpu_id = 0x6358,
@@ -1341,6 +1433,7 @@ static const struct board_info __initdat @@ -1347,6 +1439,7 @@ static const struct board_info __initdat
&board_96358vw, &board_96358vw,
&board_96358vw2, &board_96358vw2,
&board_AGPFS0, &board_AGPFS0,

View file

@ -1,6 +1,6 @@
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -908,6 +908,59 @@ static struct board_info __initdata boar @@ -914,6 +914,59 @@ static struct board_info __initdata boar
.has_ohci0 = 1, .has_ohci0 = 1,
}; };
@ -60,7 +60,7 @@
struct spi_gpio_platform_data nb4_spi_gpio_data = { struct spi_gpio_platform_data nb4_spi_gpio_data = {
.sck = NB4_SPI_GPIO_CLK, .sck = NB4_SPI_GPIO_CLK,
.mosi = NB4_SPI_GPIO_MOSI, .mosi = NB4_SPI_GPIO_MOSI,
@@ -1435,6 +1488,7 @@ static const struct board_info __initdat @@ -1441,6 +1494,7 @@ static const struct board_info __initdat
&board_AGPFS0, &board_AGPFS0,
&board_CPVA642, &board_CPVA642,
&board_DWVS0, &board_DWVS0,

View file

@ -1,7 +1,7 @@
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -573,6 +573,67 @@ static struct board_info __initdata boar @@ -579,6 +579,67 @@ static struct board_info __initdata boar
},
}; };
+static struct board_info __initdata board_spw500v = { +static struct board_info __initdata board_spw500v = {
@ -68,7 +68,7 @@
#endif #endif
/* /*
@@ -1480,6 +1541,7 @@ static const struct board_info __initdat @@ -1486,6 +1547,7 @@ static const struct board_info __initdat
&board_96348gw_a, &board_96348gw_a,
&board_rta1025w_16, &board_rta1025w_16,
&board_96348_D4PW, &board_96348_D4PW,

View file

@ -1,70 +0,0 @@
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -535,42 +535,48 @@ static struct board_info __initdata boar
.name = "D-4P-W",
.expected_cpu_id = 0x6348,
- .has_enet0 = 1,
- .has_enet1 = 1,
+ .has_enet1 = 1,
.has_pci = 1,
-
- .enet0 = {
- .has_phy = 1,
- .use_internal_phy = 1,
- },
+ .has_uart0 = 1,
+
.enet1 = {
.force_speed_100 = 1,
.force_duplex_full = 1,
- },
-
- .has_ohci0 = 1,
- .has_ehci0 = 1,
+ },
.leds = {
{
- .name = "ppp",
+ .name = "power:green",
+ .gpio = 0,
+ .active_low = 1,
+ },
+ {
+ .name = "status",
+ .gpio = 3,
+ .active_low = 1,
+ },
+ {
+ .name = "internet:green",
.gpio = 4,
.active_low = 1,
},
{
- .name = "ppp-fail",
+ .name = "internet:red",
.gpio = 5,
.active_low = 1,
- },
+ },
+ },
+
+ .buttons = {
{
- .name = "power",
- .gpio = 0,
+ .desc = "reset",
+ .gpio = 7,
.active_low = 1,
- .default_trigger = "default-on",
-
+ .type = EV_KEY,
+ .code = KEY_RESTART,
+ .threshold = 3,
},
},
-
};
static struct board_info __initdata board_spw500v = {