]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
clk: sifive: Use common name for prci configuration
authorZong Li <zong.li@sifive.com>
Wed, 9 Dec 2020 09:49:13 +0000 (17:49 +0800)
committerStephen Boyd <sboyd@kernel.org>
Wed, 16 Dec 2020 20:22:59 +0000 (12:22 -0800)
Use generic name CLK_SIFIVE_PRCI instead of CLK_SIFIVE_FU540_PRCI. This
patch is prepared for fu740 support.

Signed-off-by: Zong Li <zong.li@sifive.com>
Reviewed-by: Palmer Dabbelt <palmerdabbelt@google.com>
Acked-by: Palmer Dabbelt <palmerdabbelt@google.com>
Reviewed-by: Pragnesh Patel <Pragnesh.patel@sifive.com>
Link: https://lore.kernel.org/r/20201209094916.17383-3-zong.li@sifive.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
arch/riscv/Kconfig.socs
drivers/clk/sifive/Kconfig
drivers/clk/sifive/Makefile

index 8a55f6156661d450c81a81e9ac22895989e19531..3284d5c291be541f0cc7d7316b9938b66e4c4ec3 100644 (file)
@@ -5,7 +5,7 @@ config SOC_SIFIVE
        select SERIAL_SIFIVE if TTY
        select SERIAL_SIFIVE_CONSOLE if TTY
        select CLK_SIFIVE
-       select CLK_SIFIVE_FU540_PRCI
+       select CLK_SIFIVE_PRCI
        select SIFIVE_PLIC
        help
          This enables support for SiFive SoC platform hardware.
index f3b4eb9cb0f5547ff1f81741e6fc6eab8c838823..ab48cf7e0105c66e3b6e21fffb7032df5aa42c4d 100644 (file)
@@ -8,12 +8,12 @@ menuconfig CLK_SIFIVE
 
 if CLK_SIFIVE
 
-config CLK_SIFIVE_FU540_PRCI
-       bool "PRCI driver for SiFive FU540 SoCs"
+config CLK_SIFIVE_PRCI
+       bool "PRCI driver for SiFive SoCs"
        select CLK_ANALOGBITS_WRPLL_CLN28HPC
        help
          Supports the Power Reset Clock interface (PRCI) IP block found in
-         FU540 SoCs.  If this kernel is meant to run on a SiFive FU540 SoC,
+         FU540 SoCs. If this kernel is meant to run on a SiFive FU540 SoC,
          enable this driver.
 
 endif
index 51b6ebc359e44f833ef8f658046df5049afb062f..3074cdbc60098aa6d7c2cd3bfd62422be897e2a0 100644 (file)
@@ -1,2 +1,2 @@
 # SPDX-License-Identifier: GPL-2.0-only
-obj-$(CONFIG_CLK_SIFIVE_FU540_PRCI)    += sifive-prci.o fu540-prci.o
+obj-$(CONFIG_CLK_SIFIVE_PRCI)  += sifive-prci.o fu540-prci.o