From 35ed857a884f1e1a16bfdb32aec2e780dcd0281f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 17 Jul 2023 10:10:07 -0600 Subject: [PATCH] Fix peg for bonw15 Change-Id: Ifa62cdfd16cc0d246491fc2c8d4a11d8bfb71aa9 --- src/mainboard/system76/rpl/acpi/mainboard.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/system76/rpl/acpi/mainboard.asl b/src/mainboard/system76/rpl/acpi/mainboard.asl index 2f287411f4..0d77977976 100644 --- a/src/mainboard/system76/rpl/acpi/mainboard.asl +++ b/src/mainboard/system76/rpl/acpi/mainboard.asl @@ -15,7 +15,7 @@ Scope (\_SB) { #if CONFIG(DRIVERS_GFX_NVIDIA) #if CONFIG(BOARD_SYSTEM76_BONW15) - Scope (PEG1) { + Scope (PEG2) { #include "../variants/bonw15/acpi/gpu.asl" } #elif CONFIG(SOC_INTEL_ALDERLAKE_PCH_P)