From f2dcc6e6b94a9989db1ee1b813ad8bac3df12a63 Mon Sep 17 00:00:00 2001 From: Xilin Wu Date: Wed, 25 May 2022 22:25:59 +0800 Subject: [PATCH] polaris: Add proper SOSI --- polaris/DSDT.AML | Bin 263227 -> 263241 bytes polaris/dsdt_common.asl | 2 +- polaris/usb.asl | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 polaris/DSDT.AML diff --git a/polaris/DSDT.AML b/polaris/DSDT.AML old mode 100644 new mode 100755 index 5a576da7570fd1db84ff04f2ab7c1eb5ea876565..03b7fb9a0543127fdeb510b64615aef04f28e3a5 GIT binary patch delta 57 zcmdnpA#k!ofXgM=CB&13g@MU#B9}B%i_=8)b9@}Z{=uGnH)b%jF#tj1*VeC$tzVg1 MzcO$A%HqZh0P>|0yZ`_I delta 64 zcmX@vA+WncfXgM=CB&MAg@I}QL@sHjHphwT=h&m0yg5VNf~P;2!Yna)KO<|iI%B&! QBM37AG4pnHMiwPz0B?^GK>z>% diff --git a/polaris/dsdt_common.asl b/polaris/dsdt_common.asl index 7cb6338..1343651 100644 --- a/polaris/dsdt_common.asl +++ b/polaris/dsdt_common.asl @@ -23,7 +23,7 @@ Name (TPMA, 0x11111111) // Holds whether TPM is seperate app or combined Name (TDTV, 0x6654504D) // Holds TPM type, by default it set to fTPM type Name (TCMA, 0x8AB00000) // Holds TrEE Carveout Memory Address Name (TCML, 0x01400000) // Holds TrEE Carveout Memory Length -// Name (SOSI, 0xdeadbeefffffffff) // Holds the base address of the SoCInfo shared memory region used by ChipInfoLib +Name (SOSI, 0xdeadbeefffffffff) // Holds the base address of the SoCInfo shared memory region used by ChipInfoLib //Audio Drivers Include("audio.asl") diff --git a/polaris/usb.asl b/polaris/usb.asl index 62ff82b..df636a8 100644 --- a/polaris/usb.asl +++ b/polaris/usb.asl @@ -1,4 +1,5 @@ -Name(QUFN, 0x0 ) //enable flag for QcUsbFN driver stack +// TODO: Fix QcUsbFN crashes +Name(QUFN, 0x0) //enable flag for QcUsbFN driver stack //Holds the DPDM Polarity //USB_DPDM_INVALID_INVALID = 0 -- 2.45.2