0
0
mirror of https://github.com/edk2-porting/edk2-msm synced 2025-05-22 00:27:58 +00:00
Files
edk2-msm/Platform/Xiaomi/sdm845/AcpiTables/dipper/Dsdt.asl
2022-10-12 14:20:56 +08:00

62 lines
1.1 KiB
C
Executable File

//
// NOTE: The 3rd parameter (i.e. ComplianceRevision) must be >=2 for 64-bit integer support.
//
DefinitionBlock("DSDT.AML", "DSDT", 0x02, "QCOMM ", "SDM850 ", 3)
{
Scope(\_SB_) {
Include("addSub.asl")
Include("dsdt_common.asl")
Include("cust_dsdt.asl")
Include("usb.asl")
// Thermal Zone devices depend on PEP (included in dsdt_common). Please be CAREFUL on location
Include("cust_thermal_zones.asl")
//
// Hardware Notifications
//
Include("cust_hwn.asl")
//
// Touch
//
Include("cust_touch.asl")
//
// Buttons
//
Include("cust_arraybutton.asl")
//
// Data components
//
Include("data.asl")
//
//Qualcomm Diagnostic Consumer Interface
//
Device (QDCI)
{
Name (_DEP, Package(0x1)
{
\_SB_.GLNK
})
Name (_HID, "QCOM0224")
Alias(\_SB.PSUB, _SUB)
}
//
// Bluetooth
//
Include("wcnss_bt.asl")
//
// ADC driver
//
Include("adc.asl")
}
}