[PATCH] pinctrl: sophgo: fix typo in tristate of SG2002

Thomas Bonnefille posted 1 patch 1 month, 1 week ago
drivers/pinctrl/sophgo/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] pinctrl: sophgo: fix typo in tristate of SG2002
Posted by Thomas Bonnefille 1 month, 1 week ago
Fix typo in tristate definition of the SG2002 Pinctrl driver.

Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com>
---
 drivers/pinctrl/sophgo/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/sophgo/Kconfig b/drivers/pinctrl/sophgo/Kconfig
index b14792ee46fc3ebf33250fefc377ca6138832f02..c05f909a88389c713b79210a8aa6dcdce67f1993 100644
--- a/drivers/pinctrl/sophgo/Kconfig
+++ b/drivers/pinctrl/sophgo/Kconfig
@@ -43,7 +43,7 @@ config PINCTRL_SOPHGO_SG2000
 	  pinctrl-sg2000.
 
 config PINCTRL_SOPHGO_SG2002
-	tristate "Sophgo SG2000 SoC Pinctrl driver"
+	tristate "Sophgo SG2002 SoC Pinctrl driver"
 	depends on ARCH_SOPHGO || COMPILE_TEST
 	depends on OF
 	select PINCTRL_SOPHGO_CV18XX

---
base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc
change-id: 20241016-typo-pinctrl-sg2002-6a4cf61a08f8

Best regards,
-- 
Thomas Bonnefille <thomas.bonnefille@bootlin.com>
Re: [PATCH] pinctrl: sophgo: fix typo in tristate of SG2002
Posted by Linus Walleij 1 month, 1 week ago
On Wed, Oct 16, 2024 at 12:11 PM Thomas Bonnefille
<thomas.bonnefille@bootlin.com> wrote:

> Fix typo in tristate definition of the SG2002 Pinctrl driver.
>
> Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com>

Patch applied.

Yours,
Linus Walleij