On Fri, Jul 07, 2023 at 06:50:11PM +0800, Hal Feng wrote: > From: Xingyu Wu <xingyu...@starfivetech.com> > > Modify the drivers to add of_xlate ops and transform clock id. > > Signed-off-by: Xingyu Wu <xingyu...@starfivetech.com> > Signed-off-by: Hal Feng <hal.f...@starfivetech.com> > --- > drivers/clk/starfive/clk-jh7110-pll.c | 29 ++- > drivers/clk/starfive/clk-jh7110.c | 287 +++++++++++++++++--------- > drivers/clk/starfive/clk.h | 25 +++ > 3 files changed, 235 insertions(+), 106 deletions(-) > create mode 100644 drivers/clk/starfive/clk.h
Reviewed-by: Leo Yu-Chi Liang <ycli...@andestech.com>