Skip to content

Commit

Permalink
RK356x: combine Gmac interrupts into single statement (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manawyrm committed Feb 23, 2024
1 parent a5bc209 commit 197a7ee
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions edk2-rockchip/Platform/Rockchip/Rk356x/AcpiTables/Gmac.asl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ Device (MAC0) {
Method (_CRS, 0x0, Serialized) {
Name (RBUF, ResourceTemplate() {
Memory32Fixed (ReadWrite, 0xFE2A0000, 0x10000)
Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive) { 59 }
Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive) { 56 }
Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive) { 59, 56 }
})
Return (RBUF)
}
Expand Down Expand Up @@ -66,8 +65,7 @@ Device (MAC1) {
Method (_CRS, 0x0, Serialized) {
Name (RBUF, ResourceTemplate() {
Memory32Fixed (ReadWrite, 0xFE010000, 0x10000)
Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive) { 64 }
Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive) { 61 }
Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive) { 64, 61 }
})
Return (RBUF)
}
Expand All @@ -80,4 +78,4 @@ Device (MAC1) {
Package () { "snps,blen", Package () { 0, 0, 0, 0, 16, 8, 4 } },
}
})
}
}

0 comments on commit 197a7ee

Please sign in to comment.