]> xenbits.xensource.com Git - xen.git/commitdiff
iommu/arm: ipmmu-vmsa: Add compatible for Renesas R-Car M3-W+ SoC
authorOleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Mon, 14 Jun 2021 19:18:12 +0000 (22:18 +0300)
committerJulien Grall <jgrall@amazon.com>
Thu, 24 Jun 2021 10:43:53 +0000 (11:43 +0100)
The "renesas,r8a77961" string identifies M3-W+ (aka M3-W ES3.0)
instead of "renesas,r8a7796" since Linux commit:
"9c9f7891093b02eb64ca4e1c7ab776a4296c058f soc: renesas: Identify R-Car M3-W+".
Add new compatible to the Xen driver.

Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/drivers/passthrough/arm/ipmmu-vmsa.c

index 8b8e3a00bad04ef4df7e24f21ece8d0d4f6e70df..1255b0d4fe583cc1e90596faa4407595e281e226 100644 (file)
@@ -1316,6 +1316,7 @@ static const struct dt_device_match ipmmu_dt_match[] __initconst =
     DT_MATCH_COMPATIBLE("renesas,ipmmu-r8a7795"),
     DT_MATCH_COMPATIBLE("renesas,ipmmu-r8a77965"),
     DT_MATCH_COMPATIBLE("renesas,ipmmu-r8a7796"),
+    DT_MATCH_COMPATIBLE("renesas,ipmmu-r8a77961"),
     { /* sentinel */ },
 };