mb/lenovo/t430: Convert to ASL 2.0 syntax

Change-Id: Id4a724193c4c120373a3e696ebd1fb7155fd8531
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46196
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:54:32 +02:00 committed by Michael Niewöhner
parent 9d403afe5b
commit c0ee13a730
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ Method(_PTS,1)
Method(_WAK,1) Method(_WAK,1)
{ {
/* ME may not be up yet. */ /* ME may not be up yet. */
Store (0, \_TZ.MEB1) \_TZ.MEB1 = 0
Store (0, \_TZ.MEB2) \_TZ.MEB2 = 0
/* Wake the HKEY to init BT/WWAN */ /* Wake the HKEY to init BT/WWAN */
\_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0) \_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0)