Commit 28108fc8 authored by Zong Li's avatar Zong Li Committed by Stephen Boyd
Browse files

clk: sifive: Use common name for prci configuration



Use generic name CLK_SIFIVE_PRCI instead of CLK_SIFIVE_FU540_PRCI. This
patch is prepared for fu740 support.

Signed-off-by: default avatarZong Li <zong.li@sifive.com>
Reviewed-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
Acked-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
Reviewed-by: default avatarPragnesh Patel <Pragnesh.patel@sifive.com>
Link: https://lore.kernel.org/r/20201209094916.17383-3-zong.li@sifive.com


Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent c816e1dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
+3 −3
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@ 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
+1 −1
Original line number Diff line number Diff line
# 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