projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a111daf
)
iommu/ipmmu-vmsa: Fix compatible for rcar-gen4
author
Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com>
Fri, 17 Jun 2022 01:01:07 +0000
(10:01 +0900)
committer
Joerg Roedel
<jroedel@suse.de>
Wed, 22 Jun 2022 13:45:56 +0000
(15:45 +0200)
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>
Link:
https://lore.kernel.org/r/20220617010107.3229784-1-yoshihiro.shimoda.uh@renesas.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/ipmmu-vmsa.c
patch
|
blob
|
history
diff --git
a/drivers/iommu/ipmmu-vmsa.c
b/drivers/iommu/ipmmu-vmsa.c
index 8fdb84b3642bd38014af2ba7c9783228d809f1ae..1d42084d02767ece7221f2455e8137d322f1745e 100644
(file)
--- 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 */