From: Xilin Wu Date: 星期六, 15 Jan 2022 08:15:03 +0000 (+0800) Subject: Remove QWPP X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=aaabaf46f78e780d8f950d446332144e1b20dd91;p=edk2-sdm845-acpi.git Remove QWPP Signed-off-by: Xilin Wu --- diff --git a/Common/qwpp.asl b/Common/qwpp.asl deleted file mode 100644 index 78cfb62..0000000 --- a/Common/qwpp.asl +++ /dev/null @@ -1,25 +0,0 @@ -Device (QWPP) -{ - Name (_DEP, Package () { \_SB_.PEP0 }) - - Name (_HID, "QCOM02E4") - Alias(\_SB.PSUB, _SUB) - Name (_UID, 0) - - Method(_STA, 0) - { - return (0x0) // Disabled - } - - Method (_CRS, 0x0, NotSerialized) - { - Return - ( - ResourceTemplate () - { - Memory32Fixed (ReadWrite, 0x1100000, 0x1EE000) // The CABO address space - Memory32Fixed (ReadWrite, 0x1380000, 0x320000) // MEMNOC address space - } - ) - } -} diff --git a/polaris/DSDT.AML b/polaris/DSDT.AML index e46289a..e60db00 100644 Binary files a/polaris/DSDT.AML and b/polaris/DSDT.AML differ diff --git a/polaris/dsdt_common.asl b/polaris/dsdt_common.asl index 98910a1..663c0b9 100644 --- a/polaris/dsdt_common.asl +++ b/polaris/dsdt_common.asl @@ -143,7 +143,6 @@ Include("pmic_batt.asl") // Include("../Common/qgpi.asl") -Include("../Common/qwpp.asl") //Include("nfc.asl") Include("../Common/sar_manager.asl")