On Fri, Jul 07, 2023 at 06:50:07PM +0800, Hal Feng wrote: > From: Xingyu Wu <xingyu...@starfivetech.com> > > Drop the PLL part in SYSCRG driver and separate to be a single > PLL driver of which the compatible is "starfive,jh7110-pll". > > Signed-off-by: Xingyu Wu <xingyu...@starfivetech.com> > Signed-off-by: Hal Feng <hal.f...@starfivetech.com> > --- > drivers/clk/starfive/clk-jh7110-pll.c | 86 +++++++++++++++++++++++++-- > drivers/clk/starfive/clk-jh7110.c | 25 +------- > drivers/clk/starfive/clk.h | 57 ------------------ > 3 files changed, 84 insertions(+), 84 deletions(-) > delete mode 100644 drivers/clk/starfive/clk.h
Reviewed-by: Leo Yu-Chi Liang <ycli...@andestech.com>