On Fri, Jun 02, 2023 at 06:57:13PM +0200, Torsten Duwe wrote: > On Fri, Jun 02, 2023 at 05:43:25PM +0100, Conor Dooley wrote: > > > > > > Can you _please_ point me at that "PLL driver" "in Linux" ? > > > > It's patch 2 in this series: > > https://lore.kernel.org/linux-riscv/20230512022036.97987-1-xingyu.wu@starfivetech.com/T/#m4b2d74c36b3bb961a1187ec5cda1a0a0de875f0e > > > Unfortunately, it's not, AFAICS. I'm looking for the driver that > will control the PLLs' parameters, grepping for "pll" should yield > results, to start with. The thing should act on the SYS_SYSCON iomem, > at 0x13030000. Ideally, a DT node should point it there... The driver binds against a child node of the syscon @ 1303_0000: https://lore.kernel.org/linux-riscv/20230512022036.97987-1-xingyu.wu@starfivetech.com/T/#m882de9210850eb6f871cafc3418f3202ba915de8 Am I missing something? Cheers, Conor.