Skip to content

Commit 4b2aa7a

Browse files
marian-c-rotariujoergroedel
authored andcommitted
iommu/ipmmu-vmsa: Hook up R8A774E1 DT matching code
Add support for RZ/G2H (R8A774E1) SoC IPMMUs. Signed-off-by: Marian-Cristian Rotariu <[email protected]> Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/1594722055-9298-2-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Joerg Roedel <[email protected]>
1 parent 17fe161 commit 4b2aa7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/iommu/ipmmu-vmsa.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ static const struct soc_device_attribute soc_rcar_gen3[] = {
740740
{ .soc_id = "r8a774a1", },
741741
{ .soc_id = "r8a774b1", },
742742
{ .soc_id = "r8a774c0", },
743+
{ .soc_id = "r8a774e1", },
743744
{ .soc_id = "r8a7795", },
744745
{ .soc_id = "r8a7796", },
745746
{ .soc_id = "r8a77965", },
@@ -752,6 +753,7 @@ static const struct soc_device_attribute soc_rcar_gen3[] = {
752753
static const struct soc_device_attribute soc_rcar_gen3_whitelist[] = {
753754
{ .soc_id = "r8a774b1", },
754755
{ .soc_id = "r8a774c0", },
756+
{ .soc_id = "r8a774e1", },
755757
{ .soc_id = "r8a7795", .revision = "ES3.*" },
756758
{ .soc_id = "r8a77961", },
757759
{ .soc_id = "r8a77965", },
@@ -964,6 +966,9 @@ static const struct of_device_id ipmmu_of_ids[] = {
964966
}, {
965967
.compatible = "renesas,ipmmu-r8a774c0",
966968
.data = &ipmmu_features_rcar_gen3,
969+
}, {
970+
.compatible = "renesas,ipmmu-r8a774e1",
971+
.data = &ipmmu_features_rcar_gen3,
967972
}, {
968973
.compatible = "renesas,ipmmu-r8a7795",
969974
.data = &ipmmu_features_rcar_gen3,

0 commit comments

Comments
 (0)