ar71xx: cr5000: Tweak switch LED settings
This is basically cosmetic and sets the Port 1-4 LEDs to blink on 10/100/1000M. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
This commit is contained in:
parent
ffc71cd2d0
commit
c666851ce7
1 changed files with 4 additions and 4 deletions
|
@ -106,10 +106,10 @@ static struct ar8327_pad_cfg cr5000_ar8327_pad0_cfg = {
|
|||
};
|
||||
|
||||
static struct ar8327_led_cfg cr5000_ar8327_led_cfg = {
|
||||
.led_ctrl0 = 0x00000000,
|
||||
.led_ctrl1 = 0xc737c737,
|
||||
.led_ctrl2 = 0x00000000,
|
||||
.led_ctrl3 = 0x00c30c00,
|
||||
.led_ctrl0 = 0xcc35cc35,
|
||||
.led_ctrl1 = 0xca35ca35,
|
||||
.led_ctrl2 = 0xc935c935,
|
||||
.led_ctrl3 = 0x03ffff00,
|
||||
.open_drain = true,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue