[PATCH] reset: thead: Fix TH1520 typo

Drew Fustini posted 1 patch 8 months, 1 week ago
drivers/reset/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] reset: thead: Fix TH1520 typo
Posted by Drew Fustini 8 months, 1 week ago
Fix trivial typo in the Kconfig entry for RESET_TH1520.

Fixes: 4a65326311ab ("reset: thead: Add TH1520 reset controller driver")
Signed-off-by: Drew Fustini <drew@pdp7.com>
---
Philipp - do you prefer for me to have a thead reset tree and send pull
requests to you? I currently do this for thead clk and thead dts.

 drivers/reset/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index d85be5899da6..2330c420a1c6 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -287,7 +287,7 @@ config RESET_SUNXI
 	  This enables the reset driver for Allwinner SoCs.
 
 config RESET_TH1520
-	tristate "T-HEAD 1520 reset controller"
+	tristate "T-HEAD TH1520 reset controller"
 	depends on ARCH_THEAD || COMPILE_TEST
 	select REGMAP_MMIO
 	help
-- 
2.43.0
Re: [PATCH] reset: thead: Fix TH1520 typo
Posted by Philipp Zabel 7 months, 2 weeks ago
On So, 2025-06-01 at 11:08 -0700, Drew Fustini wrote:
> Fix trivial typo in the Kconfig entry for RESET_TH1520.
> 
> Fixes: 4a65326311ab ("reset: thead: Add TH1520 reset controller driver")
> Signed-off-by: Drew Fustini <drew@pdp7.com>
> ---
> Philipp - do you prefer for me to have a thead reset tree and send pull
> requests to you? I currently do this for thead clk and thead dts.

Applied to reset/next, thanks!

[1/1] reset: thead: Fix TH1520 typo
      https://git.pengutronix.de/cgit/pza/linux/commit/?id=e73bfb4ca522

I don't prefer pull requests.
This usually only happens for cross-tree branches.

regards
Philipp