mb/asus/a88xm-e: Convert to ASL 2.0 syntax

Generated 'build/dsdt.dsl' files are identical.

Change-Id: I8887b869e9ed809f7861b810c2fb994fa2ee062e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46156
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Elyes HAOUAS 2020-10-08 09:12:24 +02:00 committed by Michael Niewöhner
parent 19a0923ca9
commit 4c77a8b3ed
1 changed files with 3 additions and 3 deletions

View File

@ -22,10 +22,10 @@ Name(WKST,Package(){Zero, Zero})
Method(\_PTS, 1) { Method(\_PTS, 1) {
/* Clear wake status structure. */ /* Clear wake status structure. */
Store(0, Index(WKST,0)) WKST [0] = 0
Store(0, Index(WKST,1)) WKST [1] = 0
Store (0x07, UPWS) UPWS = 0x07
} /* End Method(\_PTS) */ } /* End Method(\_PTS) */
/* /*