Skip to content

Commit

Permalink
src/mainboard/protectli/vault_adl_n/acpi/usb_pd.asl: Add missing IRQ
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Żygowski <[email protected]>
  • Loading branch information
miczyg1 committed Dec 5, 2024
1 parent 9385f24 commit 8bff12c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mainboard/protectli/vault_adl_n/acpi/usb_pd.asl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Scope (\_SB.PCI0.I2C4)
{
GPP_F13_IRQ
}
/* Linux driver expects one interrupt resource per one I2C dev */
Interrupt (ResourceConsumer, Level, ActiveLow)
{
GPP_F13_IRQ
}
})
}
}

0 comments on commit 8bff12c

Please sign in to comment.