lkml.org 
[lkml]   [2022]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.15 663/846] mailbox: change mailbox-mpfs compatible string
    Date
    From: Conor Dooley <conor.dooley@microchip.com>

    [ Upstream commit f10b1fc0161cd99e54c5687fcc63368aa255e05e ]

    The Polarfire SoC is currently using two different compatible string
    prefixes. Fix this by changing "polarfire-soc-*" strings to "mpfs-*" in
    its system controller in order to match the compatible string used in
    the soc binding and device tree.

    Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
    Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
    Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/mailbox/mailbox-mpfs.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/mailbox/mailbox-mpfs.c b/drivers/mailbox/mailbox-mpfs.c
    index 0d6e2231a2c75..4e34854d12389 100644
    --- a/drivers/mailbox/mailbox-mpfs.c
    +++ b/drivers/mailbox/mailbox-mpfs.c
    @@ -232,7 +232,7 @@ static int mpfs_mbox_probe(struct platform_device *pdev)
    }

    static const struct of_device_id mpfs_mbox_of_match[] = {
    - {.compatible = "microchip,polarfire-soc-mailbox", },
    + {.compatible = "microchip,mpfs-mailbox", },
    {},
    };
    MODULE_DEVICE_TABLE(of, mpfs_mbox_of_match);
    --
    2.34.1


    \
     
     \ /
      Last update: 2022-01-24 22:41    [W:4.336 / U:0.084 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site