Josie Nordrum has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46670 )
Change subject: soc/amd/picasso/acpi: Include platform.asl ......................................................................
soc/amd/picasso/acpi: Include platform.asl
Include platform.asl to link acpi methods for _INI, _WAK, and _PTS to correctly enable backlight in OS.
BUG=b:158087989 BRANCH=Zork TEST=check backlight during reboot and suspend
Signed-off-by: Josie Nordrum JosieNordrum@google.com Change-Id: I702f807a5907d85d083295cf339ba9d31b246627 --- M src/soc/amd/picasso/acpi/sb_pci0_fch.asl 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/46670/1
diff --git a/src/soc/amd/picasso/acpi/sb_pci0_fch.asl b/src/soc/amd/picasso/acpi/sb_pci0_fch.asl index 9208e13..49cb072 100644 --- a/src/soc/amd/picasso/acpi/sb_pci0_fch.asl +++ b/src/soc/amd/picasso/acpi/sb_pci0_fch.asl @@ -1,5 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */
+#include <soc/amd/common/acpi/platform.asl> + External(_SB.ALIB, MethodObj)
/* System Bus */