Skip to content

Commit 76648c8

Browse files
Michael WuLinus Walleij
authored andcommitted
pinctrl: sunxi: Fix name for A100 R_PIO
The name of A100 R_PIO driver should be sun50i-a100-r-pinctrl, not sun50iw10p1-r-pinctrl. Fixes: 473436e ("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>
1 parent b871656 commit 76648c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ MODULE_DEVICE_TABLE(of, a100_r_pinctrl_match);
9999
static struct platform_driver a100_r_pinctrl_driver = {
100100
.probe = a100_r_pinctrl_probe,
101101
.driver = {
102-
.name = "sun50iw10p1-r-pinctrl",
102+
.name = "sun50i-a100-r-pinctrl",
103103
.of_match_table = a100_r_pinctrl_match,
104104
},
105105
};

0 commit comments

Comments
 (0)