>-----Original Message----- >From: linux-riscv <linux-riscv-boun...@lists.infradead.org> On Behalf Of Zong >Li >Sent: 10 November 2020 12:58 >To: Paul Walmsley ( Sifive) <paul.walms...@sifive.com>; pal...@dabbelt.com; >sb...@kernel.org; sch...@linux-m68k.org; a...@eecs.berkeley.edu; >mturque...@baylibre.com; Yash Shah <yash.s...@openfive.com>; linux- >ker...@vger.kernel.org; linux-...@vger.kernel.org; linux- >ri...@lists.infradead.org >Cc: Palmer Dabbelt <palmerdabb...@google.com>; Zong Li <zong...@sifive.com> >Subject: [PATCH v2 2/3] 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: Zong Li <zong...@sifive.com> >Reviewed-by: Palmer Dabbelt <palmerdabb...@google.com> >Acked-by: Palmer Dabbelt <palmerdabb...@google.com> >--- > arch/riscv/Kconfig.socs | 2 +- > drivers/clk/sifive/Kconfig | 6 +++--- > drivers/clk/sifive/Makefile | 2 +- > 3 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Pragnesh Patel <pragnesh.pa...@sifive.com>