lkml.org 
[lkml]   [2022]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.15 09/45] pinctrl: sunxi: Fix name for A100 R_PIO
    Date
    From: Michael Wu <michael@allwinnertech.com>

    [ Upstream commit 76648c867c6c03b8a468d9c9222025873ecc613d ]

    The name of A100 R_PIO driver should be sun50i-a100-r-pinctrl,
    not sun50iw10p1-r-pinctrl.

    Fixes: 473436e7647d6 ("pinctrl: sunxi: add support for the Allwinner A100 pin controller")
    Signed-off-by: Michael Wu <michael@allwinnertech.com>
    Acked-by: Samuel Holland <samuel@sholland.org>
    Link: https://lore.kernel.org/r/20220819024541.74191-1-michael@allwinnertech.com
    Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c b/drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c
    index 21054fcacd34..18088f6f44b2 100644
    --- a/drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c
    +++ b/drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c
    @@ -98,7 +98,7 @@ MODULE_DEVICE_TABLE(of, a100_r_pinctrl_match);
    static struct platform_driver a100_r_pinctrl_driver = {
    .probe = a100_r_pinctrl_probe,
    .driver = {
    - .name = "sun50iw10p1-r-pinctrl",
    + .name = "sun50i-a100-r-pinctrl",
    .of_match_table = a100_r_pinctrl_match,
    },
    };
    --
    2.35.1


    \
     
     \ /
      Last update: 2022-09-21 17:58    [W:5.969 / U:0.084 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site