rpl: fix NVIDIA ACPI scope

Change-Id: Iccc78c15ef115a56fd071a7b891310026ed16501
This commit is contained in:
Jeremy Soller
2023-02-10 12:56:27 -07:00
parent c554d246ad
commit 4c05c04c7c

View File

@ -14,7 +14,7 @@ Scope (\_SB) {
#include "backlight.asl"
#if CONFIG(DRIVERS_GFX_NVIDIA)
Scope (PEG2) {
Scope (PEG1) {
#include <drivers/gfx/nvidia/acpi/tigerlake.asl>
}
#endif