From aaabaf46f78e780d8f950d446332144e1b20dd91 Mon Sep 17 00:00:00 2001 From: Xilin Wu Date: Sat, 15 Jan 2022 16:15:03 +0800 Subject: [PATCH] Remove QWPP Signed-off-by: Xilin Wu --- Common/qwpp.asl | 25 ------------------------- polaris/DSDT.AML | Bin 252586 -> 252477 bytes polaris/dsdt_common.asl | 1 - 3 files changed, 26 deletions(-) delete mode 100644 Common/qwpp.asl 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 e46289ab7d82bff6b08fac00e1466e2f02728694..e60db00cbc2db976159ee6f8a116652ed666bf68 100644 GIT binary patch delta 42 ycmZ3rm4ELRelC|_mk`@q%nVGQCUQwLbu4UDZ&hb(RcG3&&b)EncGvmLsn!5L2@Zw; delta 114 zcmdnHg@4snelC|_mylJrm>HPVCvr(MwXSGXZ&hb(RcG3&&b)CRk2hOjct8M0yo+mq z(BuV-5=^cp)AuJai|cX32ZuN^EMX8)jdu_L9%O%yu$-v0KAi&7*K#l>zwgB>t O7%CaIUz^9AZVdoQD;)R$ 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") -- 2.45.2