summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/rambi/acpi/mainboard.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/rambi/acpi/mainboard.asl')
-rw-r--r--src/mainboard/google/rambi/acpi/mainboard.asl20
1 files changed, 16 insertions, 4 deletions
diff --git a/src/mainboard/google/rambi/acpi/mainboard.asl b/src/mainboard/google/rambi/acpi/mainboard.asl
index bfbb66bf801b..5f835e851799 100644
--- a/src/mainboard/google/rambi/acpi/mainboard.asl
+++ b/src/mainboard/google/rambi/acpi/mainboard.asl
@@ -89,6 +89,9 @@ Scope (\_SB.PCI0.I2C2)
{
BOARD_CODEC_IRQ
}
+ GpioIo (Exclusive, PullNone, 0, 0, , "\\_SB.GPSC", 0, ResourceConsumer, ,){ 0x000E }
+
+ GpioIo (Exclusive, PullNone, 0, 0, , "\\_SB.GPSC", 0, ResourceConsumer, ,){ 0x000F }
})
Method (_STA)
@@ -107,13 +110,22 @@ Scope (\_SB.PCI0.LPEA)
Name (GBUF, ResourceTemplate ()
{
/* Jack Detect (index 0) */
- GpioInt (Level, ActiveHigh, Exclusive, PullNone,,
- "\\_SB.GPSC") { 14 }
+ GpioIo (Exclusive, PullNone, 0, 0, , "\\_SB.GPSC", 0, ResourceConsumer, ,){ 0x000E }
/* Mic Detect (index 1) */
- GpioInt (Level, ActiveHigh, Exclusive, PullNone,,
- "\\_SB.GPSC") { 15 }
+ GpioIo (Exclusive, PullNone, 0, 0, , "\\_SB.GPSC", 0, ResourceConsumer, ,){ 0x000F }
+
+ /* SST Wants This */
+ GpioInt (Edge, ActiveHigh, Exclusive, PullNone, 0x0000,
+ "\\_SB.GPSS", 0x00, ResourceConsumer, ,)
+ {
+ 0x001C // Pin list
+ }
})
+ Method (_DIS, 0x0, NotSerialized)
+ {
+ //Add a dummy disable function
+ }
}
#include <variant/acpi/mainboard.asl>