Skip to content

Commit 17fe161

Browse files
shimodayjoergroedel
authored andcommitted
iommu/renesas: Add support for r8a77961
Add support for r8a77961 (R-Car M3-W+). Signed-off-by: Yoshihiro Shimoda <[email protected]> Link: https://lore.kernel.org/r/1591873830-10128-3-git-send-email-yoshihiro.shimoda.uh@renesas.com Signed-off-by: Joerg Roedel <[email protected]>
1 parent 215c224 commit 17fe161

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

drivers/iommu/ipmmu-vmsa.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* IOMMU API for Renesas VMSA-compatible IPMMU
44
* Author: Laurent Pinchart <[email protected]>
55
*
6-
* Copyright (C) 2014 Renesas Electronics Corporation
6+
* Copyright (C) 2014-2020 Renesas Electronics Corporation
77
*/
88

99
#include <linux/bitmap.h>
@@ -753,6 +753,7 @@ static const struct soc_device_attribute soc_rcar_gen3_whitelist[] = {
753753
{ .soc_id = "r8a774b1", },
754754
{ .soc_id = "r8a774c0", },
755755
{ .soc_id = "r8a7795", .revision = "ES3.*" },
756+
{ .soc_id = "r8a77961", },
756757
{ .soc_id = "r8a77965", },
757758
{ .soc_id = "r8a77990", },
758759
{ .soc_id = "r8a77995", },
@@ -969,6 +970,9 @@ static const struct of_device_id ipmmu_of_ids[] = {
969970
}, {
970971
.compatible = "renesas,ipmmu-r8a7796",
971972
.data = &ipmmu_features_rcar_gen3,
973+
}, {
974+
.compatible = "renesas,ipmmu-r8a77961",
975+
.data = &ipmmu_features_rcar_gen3,
972976
}, {
973977
.compatible = "renesas,ipmmu-r8a77965",
974978
.data = &ipmmu_features_rcar_gen3,

0 commit comments

Comments
 (0)