pinctrl: sophgo: pinctrl-sg2044: Fix wrong module description

Fix the SoC model in module description string, it should be
sg2044 instead of sg2002.

Fixes: 614a54cb5a ("pinctrl: sophgo: add support for SG2044 SoC")
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Reviewed-by: Chen Wang <unicorn_wang@outlook.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
Inochi Amaoto 2026-04-01 08:35:50 +08:00 committed by Linus Walleij
parent ca1c2ddff0
commit 7648112358

View File

@ -714,5 +714,5 @@ static struct platform_driver sg2044_pinctrl_driver = {
};
module_platform_driver(sg2044_pinctrl_driver);
MODULE_DESCRIPTION("Pinctrl driver for the SG2002 series SoC");
MODULE_DESCRIPTION("Pinctrl driver for the SG2044 series SoC");
MODULE_LICENSE("GPL");