eldrid: change power LED flicker frequency.

Extend power led off time to 6sec in s0ix to save more power consumption.

BUG=b:170842004
BRANCH=firmware-volteer-13521.B-master
TEST=make buildall

Signed-off-by: Will <Will_Tsai@wistron.com>
Change-Id: I6676ed8f152b0b199c222bb92efab0261acfa7e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2581123
Tested-by: Scott Chao <scott_chao@wistron.corp-partner.google.com>
Reviewed-by: Keith Short <keithshort@chromium.org>
Reviewed-by: Scott Chao <scott_chao@wistron.corp-partner.google.com>
Commit-Queue: Keith Short <keithshort@chromium.org>
This commit is contained in:
Will 2020-12-09 14:35:08 +08:00 committed by Commit Bot
parent 69115e7b4c
commit 87d6897906
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ const struct led_descriptor
[PWR_LED_STATE_SUSPEND_AC] = {{EC_LED_COLOR_WHITE, 1 * LED_ONE_SEC},
{LED_OFF, 1 * LED_ONE_SEC} },
[PWR_LED_STATE_SUSPEND_NO_AC] = {{EC_LED_COLOR_WHITE, 1 * LED_ONE_SEC},
{LED_OFF, 1 * LED_ONE_SEC} },
{LED_OFF, 6 * LED_ONE_SEC} },
[PWR_LED_STATE_OFF] = {
{LED_OFF, LED_INDEFINITE} },
};