MIPS: BCM63xx: remove EHCI from BCM6348 boards
There's no EHCI controller on BCM6348. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
7e914be75f
commit
3879e1dafc
|
@ -285,7 +285,6 @@ static struct board_info __initdata board_96348gw_10 = {
|
|||
|
||||
.has_ohci0 = 1,
|
||||
.has_pccard = 1,
|
||||
.has_ehci0 = 1,
|
||||
|
||||
.leds = {
|
||||
{
|
||||
|
@ -338,7 +337,6 @@ static struct board_info __initdata board_96348gw_11 = {
|
|||
|
||||
.has_ohci0 = 1,
|
||||
.has_pccard = 1,
|
||||
.has_ehci0 = 1,
|
||||
|
||||
.leds = {
|
||||
{
|
||||
|
@ -441,7 +439,6 @@ static struct board_info __initdata board_FAST2404 = {
|
|||
|
||||
.has_ohci0 = 1,
|
||||
.has_pccard = 1,
|
||||
.has_ehci0 = 1,
|
||||
};
|
||||
|
||||
static struct board_info __initdata board_rta1025w_16 = {
|
||||
|
|
Loading…
Reference in New Issue