Skip to content

Commit

Permalink
add interrupt for goyavewifi DSDT
Browse files Browse the repository at this point in the history
  • Loading branch information
vicenteicc2008 committed Feb 4, 2025
1 parent d8c7be0 commit 468dcb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MSM8909Pkg/AcpiTables/goyavewifi/DSDT.asl
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ DefinitionBlock ("", "DSDT", 2, "SPRDD ", "SC8830 ", 0x00000003)

Device(SDC1)
{
Name (_HID, "SPRD0110")
Name (_CID, "ACPI/SPRD0110")
Name (_HID, "SPRD0120")
Name (_CID, "ACPI/SPRD0120")
Name (_UID, 0)
Method (_CRS, 0x0, NotSerialized) {
Name (RBUF, ResourceTemplate ()
{
Memory32Fixed (ReadWrite, 0xF511C000, 0x00001000)
Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) { 92 }
})
Return (RBUF)
}
Expand Down

0 comments on commit 468dcb8

Please sign in to comment.