]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
reset: thead: Fix TH1520 typo
authorDrew Fustini <drew@pdp7.com>
Sun, 1 Jun 2025 18:08:26 +0000 (11:08 -0700)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 27 Jun 2025 16:03:16 +0000 (18:03 +0200)
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>
Link: https://lore.kernel.org/r/20250601181000.166088-1-drew@pdp7.com
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/Kconfig

index 4649c72e9b6e81eb5fc8905915efaf5c6863a4a0..e2cf29e742d01fea2f356ae0928cfd8c96ea2ed1 100644 (file)
@@ -296,7 +296,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