From da4d9da51a14081172762ff42e406bd5c810a7ed Mon Sep 17 00:00:00 2001 From: Josie Nordrum Date: Thu, 22 Oct 2020 17:50:20 -0600 Subject: 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 for zork. BUG=b:158087989 BRANCH=Zork TEST=check backlight during reboot and suspend Signed-off-by: Josie Nordrum Change-Id: I702f807a5907d85d083295cf339ba9d31b246627 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46670 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/soc/amd/picasso/acpi/sb_pci0_fch.asl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/picasso/acpi/sb_pci0_fch.asl b/src/soc/amd/picasso/acpi/sb_pci0_fch.asl index f627a28039..cbb1b91782 100644 --- a/src/soc/amd/picasso/acpi/sb_pci0_fch.asl +++ b/src/soc/amd/picasso/acpi/sb_pci0_fch.asl @@ -22,6 +22,7 @@ Method(_OSC,4) /* 0:14.3 - LPC */ #include +#include Name(CRES, ResourceTemplate() { /* Set the Bus number and Secondary Bus number for the PCI0 device -- cgit v1.2.3