summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/mendocino/acpi/rtc_workaround.asl28
-rw-r--r--src/soc/amd/mendocino/acpi/soc.asl2
2 files changed, 0 insertions, 30 deletions
diff --git a/src/soc/amd/mendocino/acpi/rtc_workaround.asl b/src/soc/amd/mendocino/acpi/rtc_workaround.asl
deleted file mode 100644
index 8bbca4e3f1..0000000000
--- a/src/soc/amd/mendocino/acpi/rtc_workaround.asl
+++ /dev/null
@@ -1,28 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-/* TODO: Check if this is still correct */
-
-/*
- * Workaround for RTC on Cezanne.
- * See https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/third_party/kernel/v5.10/drivers/platform/x86/amd-pmc.c;l=416;drc=54a96af06ae6851e4a02e8dd700de0d579ef7839
- */
-
-Scope (\_SB.PEP) {
- Name (_PRW, Package () {
- Package() {\_SB.GPIO, 0},
- 0x03
- })
-}
-
-Scope (\_SB.GPIO) {
- Name (_AEI, ResourceTemplate () {
- GpioInt(Edge, ActiveHigh, ExclusiveAndWake, PullNone, 0x0000, "\\_SB.GPIO",,,,)
- {
- 44 /* int_shdwsysalarmfire */
- }
- })
-
- Method (_E2C, 0, Serialized) {
- Notify (\_SB_.PEP, 0x02)
- }
-}
diff --git a/src/soc/amd/mendocino/acpi/soc.asl b/src/soc/amd/mendocino/acpi/soc.asl
index 5af6d8c533..7e9e2e8cc2 100644
--- a/src/soc/amd/mendocino/acpi/soc.asl
+++ b/src/soc/amd/mendocino/acpi/soc.asl
@@ -33,8 +33,6 @@ Scope(\_SB) {
#include <soc/amd/common/acpi/dptc.asl>
#endif
-#include "rtc_workaround.asl"
-
/* Enable DPTC interface with AMD ALIB */
External(\_SB.DPTC, MethodObj)