Linux IOMMU Development
 help / color / mirror / Atom feed
* [PATCH] iommu/ipmmu-vmsa: Fix compatible for rcar-gen4
@ 2022-06-17  1:01 Yoshihiro Shimoda
  2022-06-17  7:02 ` Geert Uytterhoeven
  2022-06-22 13:46 ` Joerg Roedel
  0 siblings, 2 replies; 3+ messages in thread
From: Yoshihiro Shimoda @ 2022-06-17  1:01 UTC (permalink / raw)
  To: joro, will; +Cc: linux-renesas-soc, iommu

Fix compatible string for R-Car Gen4.

Fixes: ae684caf465b ("iommu/ipmmu-vmsa: Add support for R-Car Gen4")
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 drivers/iommu/ipmmu-vmsa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c
index 8fdb84b3642b..1d42084d0276 100644
--- a/drivers/iommu/ipmmu-vmsa.c
+++ b/drivers/iommu/ipmmu-vmsa.c
@@ -987,7 +987,7 @@ static const struct of_device_id ipmmu_of_ids[] = {
 		.compatible = "renesas,ipmmu-r8a779a0",
 		.data = &ipmmu_features_rcar_gen4,
 	}, {
-		.compatible = "renesas,rcar-gen4-ipmmu",
+		.compatible = "renesas,rcar-gen4-ipmmu-vmsa",
 		.data = &ipmmu_features_rcar_gen4,
 	}, {
 		/* Terminator */
-- 
2.25.1

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-22 13:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-17  1:01 [PATCH] iommu/ipmmu-vmsa: Fix compatible for rcar-gen4 Yoshihiro Shimoda
2022-06-17  7:02 ` Geert Uytterhoeven
2022-06-22 13:46 ` Joerg Roedel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox