
On Fri, Sep 13, 2024 at 1:12 AM Marek Vasut marex@denx.de wrote:
On 9/12/24 8:06 AM, Lothar Rubusch wrote:
The si5338 clock generator is needed on some Enclustra Socfpga SoMs. Introduce minimal support of this device.
Signed-off-by: Lothar Rubusch l.rubusch@gmail.com
drivers/clk/Kconfig | 1 + drivers/clk/Makefile | 1 + drivers/clk/skyworks/Kconfig | 10 + drivers/clk/skyworks/Makefile | 3 + drivers/clk/skyworks/Si5338-RevB-Registers.h | 441 +++++++++++++++++++
Is there a matching Linux driver which could be imported instead ?
Well, not that I'm aware of. To be honest, I removed the si5338 related patches. I'm unsure about the approach. The idea is to initialize the clock generator. This is supposed to be done as early as possible. So, at Enclustra u-boot/spl or similar would be preferable. In case I'll present this separately.