Skip to content

Commit 1cdeb52

Browse files
nikita-youshjoergroedel
authored andcommitted
iommu/ipmmu-vmsa: Hook up r8a77980 DT matching code
Add r8a77980 (R-Car V3H) to the list of supported devices. The hardware is the same as on already-supportred V3M and other R-Car Gen3 chips. Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com> Link: https://lore.kernel.org/r/20210923191115.22864-1-nikita.yoush@cogentembedded.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent 3d31d4e commit 1cdeb52

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/iommu/ipmmu-vmsa.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,9 @@ static const struct of_device_id ipmmu_of_ids[] = {
971971
}, {
972972
.compatible = "renesas,ipmmu-r8a77970",
973973
.data = &ipmmu_features_rcar_gen3,
974+
}, {
975+
.compatible = "renesas,ipmmu-r8a77980",
976+
.data = &ipmmu_features_rcar_gen3,
974977
}, {
975978
.compatible = "renesas,ipmmu-r8a77990",
976979
.data = &ipmmu_features_rcar_gen3,

0 commit comments

Comments
 (0)