diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/brya/acpi/gpu_top.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/acpi/gpu_top.asl b/src/mainboard/google/brya/acpi/gpu_top.asl index c98358ff8d..e23e3cfa5e 100644 --- a/src/mainboard/google/brya/acpi/gpu_top.asl +++ b/src/mainboard/google/brya/acpi/gpu_top.asl @@ -85,7 +85,7 @@ Scope (\_SB.PCI0.PEG0) } ElseIf (Arg0 == ToUUID (UUID_GPS)) { - If (ToInteger (Arg1) != REVISION_MIN_GPS) + If (ToInteger (Arg1) >= REVISION_MIN_GPS) { Return (GPS (Arg2, Arg3)) } |