Skip to content

Commit 9f7d09f

Browse files
shimodayjoergroedel
authored andcommitted
iommu/ipmmu-vmsa: Fix compatible for rcar-gen4
Fix compatible string for R-Car Gen4. Fixes: ae684ca ("iommu/ipmmu-vmsa: Add support for R-Car Gen4") Signed-off-by: Yoshihiro Shimoda <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent a111daf commit 9f7d09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/ipmmu-vmsa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ static const struct of_device_id ipmmu_of_ids[] = {
987987
.compatible = "renesas,ipmmu-r8a779a0",
988988
.data = &ipmmu_features_rcar_gen4,
989989
}, {
990-
.compatible = "renesas,rcar-gen4-ipmmu",
990+
.compatible = "renesas,rcar-gen4-ipmmu-vmsa",
991991
.data = &ipmmu_features_rcar_gen4,
992992
}, {
993993
/* Terminator */

0 commit comments

Comments
 (0)