Remove QWPP
authorXilin Wu <strongtz@yeah.net>
星期六, 15 Jan 2022 08:15:03 +0000 (16:15 +0800)
committerXilin Wu <strongtz@yeah.net>
星期六, 15 Jan 2022 08:15:03 +0000 (16:15 +0800)
Signed-off-by: Xilin Wu <strongtz@yeah.net>
Common/qwpp.asl [deleted file]
polaris/DSDT.AML
polaris/dsdt_common.asl

diff --git a/Common/qwpp.asl b/Common/qwpp.asl
deleted file mode 100644 (file)
index 78cfb62..0000000
+++ /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
-            }
-        )
-    }  
-}
index e46289ab7d82bff6b08fac00e1466e2f02728694..e60db00cbc2db976159ee6f8a116652ed666bf68 100644 (file)
Binary files a/polaris/DSDT.AML and b/polaris/DSDT.AML differ
index 98910a1665647e55e703c048ae1166534bfc2f3c..663c0b9ddd4992beceddad2f5fc0ea09a668f647 100644 (file)
@@ -143,7 +143,6 @@ Include("pmic_batt.asl")
 //
 Include("../Common/qgpi.asl")
 
-Include("../Common/qwpp.asl")
 //Include("nfc.asl")
 
 Include("../Common/sar_manager.asl")