]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
cosmetic: reset: ast2500: Rename driver and configs
authorChia-Wei, Wang <chiawei_wang@aspeedtech.com>
Thu, 15 Oct 2020 02:25:14 +0000 (10:25 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 22 Oct 2020 15:26:14 +0000 (11:26 -0400)
1. Rename AST2500 reset driver from ast2500-reset.c
   to reset-ast2500.c
2. Rename AST2500 reset kconfig option from AST2500_RESET
   to RESET_AST2500

Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>
Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
drivers/reset/Kconfig
drivers/reset/Makefile
drivers/reset/reset-ast2500.c [moved from drivers/reset/ast2500-reset.c with 100% similarity]

index 8b243fdcc66d240d98df19bccbfd07ca93bc9eaa..33c2736554e1eb0127ad246b8a27b31b2688417b 100644 (file)
@@ -72,7 +72,7 @@ config RESET_UNIPHIER
          Say Y if you want to control reset signals provided by System Control
          block, Media I/O block, Peripheral Block.
 
-config AST2500_RESET
+config RESET_AST2500
        bool "Reset controller driver for AST2500 SoCs"
        depends on DM_RESET
        default y if ASPEED_AST2500
index 10a7973f8236d57c8a845d7b7214280d810d1e65..fa52aa332916032cf54f130e3a07ae21e136a169 100644 (file)
@@ -14,7 +14,7 @@ obj-$(CONFIG_RESET_TI_SCI) += reset-ti-sci.o
 obj-$(CONFIG_RESET_HSDK) += reset-hsdk.o
 obj-$(CONFIG_RESET_BCM6345) += reset-bcm6345.o
 obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o
-obj-$(CONFIG_AST2500_RESET) += ast2500-reset.o
+obj-$(CONFIG_RESET_AST2500) += reset-ast2500.o
 obj-$(CONFIG_RESET_ROCKCHIP) += reset-rockchip.o
 obj-$(CONFIG_RESET_MESON) += reset-meson.o
 obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o