summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sifive/Kconfig
diff options
context:
space:
mode:
authorZong Li <zong.li@sifive.com>2020-12-09 17:49:14 +0800
committerStephen Boyd <sboyd@kernel.org>2020-12-16 12:22:59 -0800
commitefc91ae43c8d4bbf64e4b9a28113b24a74ffd58d (patch)
treef21e5b2022b7d8f522140fd4a27fa719507dc070 /drivers/clk/sifive/Kconfig
parent28108fc8a056f0fd26be17727eff212fae67a247 (diff)
downloadlinux-stable-efc91ae43c8d4bbf64e4b9a28113b24a74ffd58d.tar.gz
linux-stable-efc91ae43c8d4bbf64e4b9a28113b24a74ffd58d.tar.bz2
linux-stable-efc91ae43c8d4bbf64e4b9a28113b24a74ffd58d.zip
clk: sifive: Add a driver for the SiFive FU740 PRCI IP block
Add driver code for the SiFive FU740 PRCI IP block. This IP block handles reset and clock control for the SiFive FU740 device and implements SoC-level clock tree controls and dividers. The link of unmatched as follow, and the U740-C000 manual would be present in the same page as soon. https://www.sifive.com/boards/hifive-unmatched This driver contains bug fixes and contributions from Henry Styles <hes@sifive.com> Erik Danie <erik.danie@sifive.com> Pragnesh Patel <pragnesh.patel@sifive.com> Signed-off-by: Zong Li <zong.li@sifive.com> Reviewed-by: Pragnesh Patel <Pragnesh.patel@sifive.com> Acked-by: Palmer Dabbelt <palmerdabbelt@google.com> Cc: Henry Styles <hes@sifive.com> Cc: Erik Danie <erik.danie@sifive.com> Cc: Pragnesh Patel <pragnesh.patel@sifive.com> Link: https://lore.kernel.org/r/20201209094916.17383-4-zong.li@sifive.com [sboyd@kernel.org: Include header to silence sparse] Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/sifive/Kconfig')
-rw-r--r--drivers/clk/sifive/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/sifive/Kconfig b/drivers/clk/sifive/Kconfig
index ab48cf7e0105..1c14eb20c066 100644
--- a/drivers/clk/sifive/Kconfig
+++ b/drivers/clk/sifive/Kconfig
@@ -13,7 +13,7 @@ config CLK_SIFIVE_PRCI
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,
- enable this driver.
+ FU540/FU740 SoCs. If this kernel is meant to run on a SiFive FU540/
+ FU740 SoCs, enable this driver.
endif