diff options
author | Green Wan <green.wan@sifive.com> | 2021-05-27 06:52:08 -0700 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2021-05-31 16:35:54 +0800 |
commit | d56d79ed27c658f32f9a4bcae44e789b9c2879aa (patch) | |
tree | f19a16ae1be26d8ade52ee6e4a36b34157f77cd7 /arch | |
parent | a74e9d899d98037c75ca770d02367e26c179b45c (diff) | |
download | u-boot-d56d79ed27c658f32f9a4bcae44e789b9c2879aa.zip u-boot-d56d79ed27c658f32f9a4bcae44e789b9c2879aa.tar.gz u-boot-d56d79ed27c658f32f9a4bcae44e789b9c2879aa.tar.bz2 |
drivers: clk: add fu740 support
Add fu740 support. One abstract layer is added for supporting
multiple chips such as fu540 and fu740.
Signed-off-by: Green Wan <green.wan@sifive.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/riscv/cpu/fu540/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/cpu/fu540/Kconfig b/arch/riscv/cpu/fu540/Kconfig index dcf0994..05463b2 100644 --- a/arch/riscv/cpu/fu540/Kconfig +++ b/arch/riscv/cpu/fu540/Kconfig @@ -18,7 +18,7 @@ config SIFIVE_FU540 imply SPL_LOAD_FIT imply SMP imply CLK_SIFIVE - imply CLK_SIFIVE_FU540_PRCI + imply CLK_SIFIVE_PRCI imply SIFIVE_SERIAL imply MACB imply MII |