diff --git a/src/soc/amd/cezanne/acpi/soc.asl b/src/soc/amd/cezanne/acpi/soc.asl index 4ab03d0f36..f89aaf4f1f 100644 --- a/src/soc/amd/cezanne/acpi/soc.asl +++ b/src/soc/amd/cezanne/acpi/soc.asl @@ -36,6 +36,9 @@ Scope(\_SB) { #include #endif +/* Enable DPTC interface with AMD ALIB */ +External(\_SB.DPTC, MethodObj) + #include "rtc_workaround.asl" /* @@ -47,4 +50,8 @@ Method (PNOT) { /* Report AC/DC state to ALIB using WAL1() */ \WAL1 () + + If (CondRefOf (\_SB.DPTC)) { + \_SB.DPTC() + } }