Skip to content

Commit

Permalink
acpi-id: Reserve ACPI ID for IOMMU (#165)
Browse files Browse the repository at this point in the history
RISC-V IOMMU can be implemented as a PCI device or a platform device.
When it is a platform device, it can have dependency on PLIC/ACPI  due
to wired interrupts it may need. So, reserve the ACPI ID to support this
use case.

Signed-off-by: Sunil V L <[email protected]>
  • Loading branch information
vlsunil committed May 20, 2024
1 parent ad843c4 commit 20b8095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acpi-id.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ ACPI ID for any new device.
| `RSCV0001` | RISC-V Platform-Level Interrupt Controller (PLIC)
| `RSCV0002` | RISC-V Advanced Platform-Level Interrupt Controller (APLIC)
| `RSCV0003` | NS16650 UART compatible with an SPCR definition using `Interface Type` 0x12
| `RSCV0004` | RISC-V IOMMU implemented as a platform device
2+| _Also see <<acpi-props-uart>>._
|===

0 comments on commit 20b8095

Please sign in to comment.