mainboard/asus/kgpe-d16: Update power LED handling
- Stop blinking when coming out of standby. - Remove code to set blink when going into S3. This never worked correctly. Change-Id: I958990f3203d3cbe7ae64833800d631c1034327f Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: https://review.coreboot.org/13171 Tested-by: build bot (Jenkins) Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
ec0b586f92
commit
7acb56fa97
1 changed files with 1 additions and 6 deletions
|
@ -218,7 +218,7 @@ Method(\_WAK, 1) {
|
||||||
|
|
||||||
/* Set up LEDs */
|
/* Set up LEDs */
|
||||||
/* Set power LED to steady on */
|
/* Set power LED to steady on */
|
||||||
Store(0x3, BLNK)
|
Store(0x0, BLNK)
|
||||||
|
|
||||||
/* Configure SuperIO for wake */
|
/* Configure SuperIO for wake */
|
||||||
/* Access SuperIO ACPI device */
|
/* Access SuperIO ACPI device */
|
||||||
|
@ -291,11 +291,6 @@ Method(\_PTS, 1) {
|
||||||
/* Set suspend LED to 0.25Hz toggle pulse with 50% duty cycle */
|
/* Set suspend LED to 0.25Hz toggle pulse with 50% duty cycle */
|
||||||
Store(0x2, BLNK)
|
Store(0x2, BLNK)
|
||||||
}
|
}
|
||||||
if (LEqual(Arg0, 0x3)) /* Power state S3 requested */
|
|
||||||
{
|
|
||||||
/* Set suspend LED to 0.25Hz toggle pulse with 25% duty cycle */
|
|
||||||
Store(0x1, BLNK)
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Configure SuperIO for sleep */
|
/* Configure SuperIO for sleep */
|
||||||
/* Access SuperIO ACPI device */
|
/* Access SuperIO ACPI device */
|
||||||
|
|
Loading…
Reference in a new issue