mb/asrock/imb-a180: Convert to ASL 2.0 syntax

Generated 'build/dsdt.dsl' are identical.

Change-Id: I100b6c596d8a1dd74f096f71675026618da32e6f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46155
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:11:12 +02:00 committed by Michael Niewöhner
parent 2cbe43890b
commit 849a553505
1 changed files with 4 additions and 4 deletions

View File

@ -30,9 +30,9 @@ Method(_PTS, 1) {
/* DBGO("\n") */
/* Clear wake status structure. */
Store(0, Index(WKST,0))
Store(0, Index(WKST,1))
Store(7, UPWS)
WKST [0] = 0
WKST [1] = 0
UPWS = 7
\_SB.APTS(Arg0)
} /* End Method(\_PTS) */
@ -56,7 +56,7 @@ Method(\_WAK, 1) {
/* DBGO("From S") */
/* DBGO(Arg0) */
/* DBGO(" to S0\n") */
Store(1,USBS)
USBS = 1
\_SB.AWAK(Arg0)