aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t520/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/t520/acpi')
-rw-r--r--src/mainboard/lenovo/t520/acpi/gpe.asl13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mainboard/lenovo/t520/acpi/gpe.asl b/src/mainboard/lenovo/t520/acpi/gpe.asl
deleted file mode 100644
index 80bee71109..0000000000
--- a/src/mainboard/lenovo/t520/acpi/gpe.asl
+++ /dev/null
@@ -1,13 +0,0 @@
- Method (_L01, 0, NotSerialized)
- {
- If (\_SB.PCI0.RP04.HPCS)
- {
- Sleep (100)
- Store (0x01, \_SB.PCI0.RP04.HPCS)
- If (\_SB.PCI0.RP04.PDC)
- {
- Store (0x01, \_SB.PCI0.RP04.PDC)
- Notify (\_SB.PCI0.RP04, 0x00)
- }
- }
- }