* [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
* Re: [PATCH] iommu/ipmmu-vmsa: Fix compatible for rcar-gen4
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
1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2022-06-17 7:02 UTC (permalink / raw)
To: Yoshihiro Shimoda; +Cc: Linux-Renesas, Will Deacon, Linux IOMMU
On Fri, Jun 17, 2022 at 3:16 AM Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> 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>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] iommu/ipmmu-vmsa: Fix compatible for rcar-gen4
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
1 sibling, 0 replies; 3+ messages in thread
From: Joerg Roedel @ 2022-06-22 13:46 UTC (permalink / raw)
To: Yoshihiro Shimoda; +Cc: linux-renesas-soc, iommu, will
On Fri, Jun 17, 2022 at 10:01:07AM +0900, Yoshihiro Shimoda wrote:
> 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(-)
Applied for 5.19, thanks.
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
^ permalink raw reply [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