]> Git Repo - linux.git/commitdiff
iommu/ipmmu-vmsa: Add an entry for r8a77961 in soc_rcar_gen3[]
authorLad Prabhakar <[email protected]>
Tue, 14 Jul 2020 10:20:55 +0000 (11:20 +0100)
committerJoerg Roedel <[email protected]>
Wed, 22 Jul 2020 12:58:44 +0000 (14:58 +0200)
Add an entry for r8a77961 in soc_rcar_gen3[] list so that we dont
enable iommu unconditionally.

Fixes: 17fe161816398 ("iommu/renesas: Add support for r8a77961")
Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/1594722055-9298-3-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Joerg Roedel <[email protected]>
drivers/iommu/ipmmu-vmsa.c

index 8072db8b379b1244c63ab1e22a8213ede275b926..d411dc50f719b9aeba28f5aaff8e3a08a2d1cb5c 100644 (file)
@@ -742,6 +742,7 @@ static const struct soc_device_attribute soc_rcar_gen3[] = {
        { .soc_id = "r8a774c0", },
        { .soc_id = "r8a774e1", },
        { .soc_id = "r8a7795", },
+       { .soc_id = "r8a77961", },
        { .soc_id = "r8a7796", },
        { .soc_id = "r8a77965", },
        { .soc_id = "r8a77970", },
This page took 0.062285 seconds and 4 git commands to generate.