]> Git Repo - J-linux.git/commitdiff
iommu/ipmmu-vmsa: Hook up r8a77980 DT matching code
authorNikita Yushchenko <[email protected]>
Thu, 23 Sep 2021 19:11:16 +0000 (22:11 +0300)
committerJoerg Roedel <[email protected]>
Tue, 28 Sep 2021 09:43:50 +0000 (11:43 +0200)
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
drivers/iommu/ipmmu-vmsa.c

index d8fe5ba0cb231f46dbbb4fcccfe717636ff6c396..ca752bdc710f6a5f35be6bb2d1b472197767ce92 100644 (file)
@@ -971,6 +971,9 @@ static const struct of_device_id ipmmu_of_ids[] = {
        }, {
                .compatible = "renesas,ipmmu-r8a77970",
                .data = &ipmmu_features_rcar_gen3,
+       }, {
+               .compatible = "renesas,ipmmu-r8a77980",
+               .data = &ipmmu_features_rcar_gen3,
        }, {
                .compatible = "renesas,ipmmu-r8a77990",
                .data = &ipmmu_features_rcar_gen3,
This page took 0.054542 seconds and 4 git commands to generate.