lkml.org 
[lkml]   [2022]   [Jun]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.18 092/181] iommu/ipmmu-vmsa: Fix compatible for rcar-gen4
    Date
    From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

    [ Upstream commit 9f7d09fe23a0112c08d2326d9116fccb5a912660 ]

    Fix compatible string for R-Car Gen4.

    Fixes: ae684caf465b ("iommu/ipmmu-vmsa: Add support for R-Car Gen4")
    Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
    Link: https://lore.kernel.org/r/20220617010107.3229784-1-yoshihiro.shimoda.uh@renesas.com
    Signed-off-by: Joerg Roedel <jroedel@suse.de>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/iommu/ipmmu-vmsa.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c
    index 8fdb84b3642b..1d42084d0276 100644
    --- a/drivers/iommu/ipmmu-vmsa.c
    +++ b/drivers/iommu/ipmmu-vmsa.c
    @@ -987,7 +987,7 @@ static const struct of_device_id ipmmu_of_ids[] = {
    .compatible = "renesas,ipmmu-r8a779a0",
    .data = &ipmmu_features_rcar_gen4,
    }, {
    - .compatible = "renesas,rcar-gen4-ipmmu",
    + .compatible = "renesas,rcar-gen4-ipmmu-vmsa",
    .data = &ipmmu_features_rcar_gen4,
    }, {
    /* Terminator */
    --
    2.35.1


    \
     
     \ /
      Last update: 2022-06-27 13:59    [W:2.878 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site