diff options
author | Josie Nordrum <JosieNordrum@google.com> | 2020-10-22 17:50:20 -0600 |
---|---|---|
committer | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2020-10-28 17:17:38 +0000 |
commit | da4d9da51a14081172762ff42e406bd5c810a7ed (patch) | |
tree | ad79d636df4e0695c2e40e4ca5bb910caa7cecba /src/soc/amd/picasso | |
parent | 77f4b7fe0c0f1e0f09b1a69046b958c284cedeea (diff) |
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 <JosieNordrum@google.com>
Change-Id: I702f807a5907d85d083295cf339ba9d31b246627
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46670
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r-- | src/soc/amd/picasso/acpi/sb_pci0_fch.asl | 1 |
1 files changed, 1 insertions, 0 deletions
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 <soc/amd/common/acpi/lpc.asl> +#include <soc/amd/common/acpi/platform.asl> Name(CRES, ResourceTemplate() { /* Set the Bus number and Secondary Bus number for the PCI0 device |