aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/jasperlake/acpi/gpio.asl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/soc/intel/jasperlake/acpi/gpio.asl b/src/soc/intel/jasperlake/acpi/gpio.asl
index 60951f0b6b..f8b180df11 100644
--- a/src/soc/intel/jasperlake/acpi/gpio.asl
+++ b/src/soc/intel/jasperlake/acpi/gpio.asl
@@ -115,19 +115,19 @@ Method (GPID, 1, Serialized)
{
Switch (ToInteger (Arg0))
{
- Case (0) {
+ Case (COMM_0) {
Local0 = PID_GPIOCOM0
}
- Case (1) {
+ Case (COMM_1) {
Local0 = PID_GPIOCOM1
}
- Case (2) {
+ Case (COMM_2) {
Local0 = PID_GPIOCOM2
}
- Case (4) {
+ Case (COMM_4) {
Local0 = PID_GPIOCOM4
}
- Case (5) {
+ Case (COMM_5) {
Local0 = PID_GPIOCOM5
}
Default {