diff options
author | Daniel F. Dickinson <cshored@thecshore.com> | 2018-07-20 21:03:27 -0400 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 10:43:32 +0200 |
commit | c666851ce7250cdb027770938d86c7ac9e3195db (patch) | |
tree | 7ee9b81520126a563bd942ebbecf3ec022b420fa /target/linux | |
parent | ffc71cd2d07148e5fa4257b31402e7756aaab238 (diff) | |
download | upstream-c666851ce7250cdb027770938d86c7ac9e3195db.tar.gz upstream-c666851ce7250cdb027770938d86c7ac9e3195db.tar.bz2 upstream-c666851ce7250cdb027770938d86c7ac9e3195db.zip |
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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c index f3f030c1d8..efc5e1d5ed 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c @@ -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, }; |