ar71xx: init the LED pin for ath9k on the TL-MR3[24]20 boards
SVN-Revision: 24569
This commit is contained in:
parent
a7750dae90
commit
6c1ace2f28
1 changed files with 16 additions and 3 deletions
|
@ -144,8 +144,21 @@ static void __init tl_mr3x20_setup(void)
|
||||||
|
|
||||||
ap91_pci_init(ee, mac);
|
ap91_pci_init(ee, mac);
|
||||||
}
|
}
|
||||||
MIPS_MACHINE(AR71XX_MACH_TL_MR3420, "TL-MR3420", "TP-LINK TL-MR3420",
|
|
||||||
tl_mr3x20_setup);
|
static void __init tl_mr3220_setup(void)
|
||||||
|
{
|
||||||
|
tl_mr3x20_setup();
|
||||||
|
ap91_pci_setup_wmac_led_pin(1);
|
||||||
|
}
|
||||||
|
|
||||||
MIPS_MACHINE(AR71XX_MACH_TL_MR3220, "TL-MR3220", "TP-LINK TL-MR3220",
|
MIPS_MACHINE(AR71XX_MACH_TL_MR3220, "TL-MR3220", "TP-LINK TL-MR3220",
|
||||||
tl_mr3x20_setup);
|
tl_mr3220_setup);
|
||||||
|
|
||||||
|
static void __init tl_mr3420_setup(void)
|
||||||
|
{
|
||||||
|
tl_mr3x20_setup();
|
||||||
|
ap91_pci_setup_wmac_led_pin(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
MIPS_MACHINE(AR71XX_MACH_TL_MR3420, "TL-MR3420", "TP-LINK TL-MR3420",
|
||||||
|
tl_mr3420_setup);
|
||||||
|
|
Loading…
Reference in a new issue