Re: [PATCH 1/5] clk: at91: Add support for sam9x60 USB clock

2023-01-03 Thread Claudiu.Beznea
On 23.12.2022 14:33, Sergiu Moga wrote: > Implement sam9x60 USB clock driver. This clock has > three parents: PLLA, UPLL and MAINXTAL. The driver is > aware of the three possible parents with the help of the > two mux tables provied to the driver during the registration > of the clock. > >

[PATCH 1/5] clk: at91: Add support for sam9x60 USB clock

2022-12-23 Thread Sergiu Moga
Implement sam9x60 USB clock driver. This clock has three parents: PLLA, UPLL and MAINXTAL. The driver is aware of the three possible parents with the help of the two mux tables provied to the driver during the registration of the clock. Signed-off-by: Sergiu Moga --- drivers/clk/at91/Kconfig