From 51a14802dc60d871ff50a729d5590f5f8c0ca2ff Mon Sep 17 00:00:00 2001 From: Marijan Limov Date: Thu, 8 Jul 2021 18:56:26 +0200 Subject: [PATCH] Touchscreen I2C works --- sdm845Pkg/AcpiTables/845/DSDT.aml | Bin 250232 -> 250310 bytes sdm845Pkg/AcpiTables/845/DSDT.dsl | 26 ++++++++++++-------------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/sdm845Pkg/AcpiTables/845/DSDT.aml b/sdm845Pkg/AcpiTables/845/DSDT.aml index 9dddd881214b7e1dcccaccecae586b718c143ac1..075c0eb388595508e79a1f20a25c23337f9b86e2 100644 GIT binary patch delta 146 zcmV;D0B!&Hq7TNS4+=z6L{!Gn0{{XRu?jQ+0*(iRKmmt90Rgu_0RrI60W+5&&H^3* z3ztC70xKH;sQ>^#004;w009Ao0RRAb0HjhvRYqHaN(Gl4&H^b01_4k-P%xLTc>@~- zfT;igK(~3$0`nr5xAX!Kw|wyeQUL)rm!a$ekhfp+0xiq}Mi`flzXKb$x4#3y5k(*_ AV*mgE delta 125 zcmV-@0D}L^#004;w009Ap0k_r80`npPG`Gp|0$~9GG?%d00)Usk{{j%VyYm7q f%mPFim+HR*8w^89L=8|*P%uL^FaWm$zyre(tl}tc diff --git a/sdm845Pkg/AcpiTables/845/DSDT.dsl b/sdm845Pkg/AcpiTables/845/DSDT.dsl index f6a83ad..283554e 100644 --- a/sdm845Pkg/AcpiTables/845/DSDT.dsl +++ b/sdm845Pkg/AcpiTables/845/DSDT.dsl @@ -44341,7 +44341,7 @@ DefinitionBlock ("", "DSDT", 2, "QCOMM ", "SDM850 ", 0x00000003) } }*/ - /*Device (IC11) + Device (IC13) { Name (_HID, "QCOM0220") // _HID: Hardware ID Alias (\_SB.PSUB, _SUB) @@ -44357,27 +44357,26 @@ DefinitionBlock ("", "DSDT", 2, "QCOMM ", "SDM850 ", 0x00000003) Name (RBUF, ResourceTemplate () { Memory32Fixed (ReadWrite, - 0x00A88000, // Address Base + 0x00A90000, // Address Base 0x00004000, // Address Length ) Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) { - 0x00000183, + 0x00000185, } }) Return (RBUF) // \_SB_.IC11._CRS.RBUF } - }*/ + } Device (IC14) { Name (_HID, "QCOM0220") // _HID: Hardware ID Alias (\_SB.PSUB, _SUB) Name (_UID, 0x0D) // _UID: Unique ID - Name (_DEP, Package (0x02) // _DEP: Dependencies + Name (_DEP, Package (0x01) // _DEP: Dependencies { - \_SB.PEP0, - \_SB.QGP0 + \_SB.PEP0 }) Name (_CCA, Zero) // _CCA: Cache Coherency Attribute Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings @@ -44385,15 +44384,15 @@ DefinitionBlock ("", "DSDT", 2, "QCOMM ", "SDM850 ", 0x00000003) Name (RBUF, ResourceTemplate () { Memory32Fixed (ReadWrite, - 0x00A94000, // Address Base + 0x00A98000, // Address Base 0x00004000, // Address Length ) - Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) + /*Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) { 0x00000186, - } + }*/ }) - Return (RBUF) /* \_SB_.IC14._CRS.RBUF */ + Return (RBUF) // \_SB_.IC14._CRS.RBUF } } @@ -46983,7 +46982,7 @@ DefinitionBlock ("", "DSDT", 2, "QCOMM ", "SDM850 ", 0x00000003) "CLOCK", Package (0x04) { - "gcc_qupv3_wrap1_s4_clk", + "gcc_qupv3_wrap1_s6_clk", 0x08, 0x0124F800, 0x04 @@ -47086,7 +47085,7 @@ DefinitionBlock ("", "DSDT", 2, "QCOMM ", "SDM850 ", 0x00000003) "CLOCK", Package (0x02) { - "gcc_qupv3_wrap1_s4_clk", + "gcc_qupv3_wrap1_s6_clk", 0x02 } }, @@ -63189,7 +63188,6 @@ DefinitionBlock ("", "DSDT", 2, "QCOMM ", "SDM850 ", 0x00000003) { Name (_HID, "NVTS0001") // _HID: Hardware ID Name (_UID, One) // _UID: Unique ID - Name (_CID, "PNP0C50") Name (_DEP, Package (0x03) // _DEP: Dependencies { \_SB.PEP0, -- 2.45.2