From a447e48453bf95dde41cd7597a2b0890c65bdd43 Mon Sep 17 00:00:00 2001 From: Nicolas Reinecke Date: Sun, 7 Sep 2014 15:21:31 +0200 Subject: lenovo/t520/acpi/gpe.asl: fix ExpressCard gpe configExpre ExpressCard is connected to PCIe port 4. Change-Id: I0cffabd9d9435d24a7e9c178c2f96fb1a9390320 Signed-off-by: Nicolas Reinecke Reviewed-on: http://review.coreboot.org/6850 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- src/mainboard/lenovo/t520/acpi/gpe.asl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mainboard/lenovo') diff --git a/src/mainboard/lenovo/t520/acpi/gpe.asl b/src/mainboard/lenovo/t520/acpi/gpe.asl index eb489d5c4e..80bee71109 100644 --- a/src/mainboard/lenovo/t520/acpi/gpe.asl +++ b/src/mainboard/lenovo/t520/acpi/gpe.asl @@ -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) } } } -- cgit v1.2.3