lenovo/t520/acpi/gpe.asl: fix ExpressCard gpe configExpre

ExpressCard is connected to PCIe port 4.

Change-Id: I0cffabd9d9435d24a7e9c178c2f96fb1a9390320
Signed-off-by: Nicolas Reinecke <nr@das-labor.org>
Reviewed-on: http://review.coreboot.org/6850
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Nicolas Reinecke 2014-09-07 15:21:31 +02:00 committed by Edward O'Callaghan
parent f98e66825b
commit a447e48453
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
Method (_L01, 0, NotSerialized)
{
If (\_SB.PCI0.RP03.HPCS)
If (\_SB.PCI0.RP04.HPCS)
{
Sleep (100)
Store (0x01, \_SB.PCI0.RP03.HPCS)
If (\_SB.PCI0.RP03.PDC)
Store (0x01, \_SB.PCI0.RP04.HPCS)
If (\_SB.PCI0.RP04.PDC)
{
Store (0x01, \_SB.PCI0.RP03.PDC)
Notify (\_SB.PCI0.RP03, 0x00)
Store (0x01, \_SB.PCI0.RP04.PDC)
Notify (\_SB.PCI0.RP04, 0x00)
}
}
}