Skip to content

Commit 3f062a5

Browse files
rmurphy-armrafaeljw
authored andcommitted
ACPICA: IORT: Update for revision E.e
ACPICA commit 54b54732c5fc9e0384bcfd531f3c10d3a7b628b5 The latest IORT update makes one small addition to SMMUv3 nodes to describe MSI support independently of wired GSIV support. Link: acpica/acpica@54b54732 Signed-off-by: Robin Murphy <[email protected]> Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent f350c68 commit 3f062a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/acpi/actbl2.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ struct acpi_table_ccel {
375375
* IORT - IO Remapping Table
376376
*
377377
* Conforms to "IO Remapping Table System Software on ARM Platforms",
378-
* Document number: ARM DEN 0049E.d, Feb 2022
378+
* Document number: ARM DEN 0049E.e, Sep 2022
379379
*
380380
******************************************************************************/
381381

@@ -546,6 +546,7 @@ struct acpi_iort_smmu_v3 {
546546
#define ACPI_IORT_SMMU_V3_COHACC_OVERRIDE (1)
547547
#define ACPI_IORT_SMMU_V3_HTTU_OVERRIDE (3<<1)
548548
#define ACPI_IORT_SMMU_V3_PXM_VALID (1<<3)
549+
#define ACPI_IORT_SMMU_V3_DEVICEID_VALID (1<<4)
549550

550551
struct acpi_iort_pmcg {
551552
u64 page0_base_address;

0 commit comments

Comments
 (0)