From cbae0cc931d5027b9776fdf93dae531d81372c7a Mon Sep 17 00:00:00 2001 From: Hannah Williams Date: Tue, 21 Nov 2017 17:27:08 -0800 Subject: soc/intel/apollolake/acpi/pch_hda: Add _PRW for HD-A Add GPE in _PRW for wake from S3 for HD-audio controller Change-Id: I6ad289be8c58e48ad0ec9d2ee0894fe16b8f2e1c Signed-off-by: Hannah Williams Reviewed-on: https://review.coreboot.org/22637 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/soc/intel/apollolake/acpi/pch_hda.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/apollolake/acpi') diff --git a/src/soc/intel/apollolake/acpi/pch_hda.asl b/src/soc/intel/apollolake/acpi/pch_hda.asl index 33cd771a88..0964448593 100644 --- a/src/soc/intel/apollolake/acpi/pch_hda.asl +++ b/src/soc/intel/apollolake/acpi/pch_hda.asl @@ -34,6 +34,9 @@ Device (HDAS) } ) + /* can wake up from S3 state */ + Name (_PRW, Package() { GPE0A_AVS_PME_STS, 3 }) + /* * Device Specific Method * Arg0 - UUID -- cgit v1.2.3