Re: [PATCH v2 02/19] clk: at91: Add support for sam9x60 USB clock

2022-12-12 Thread Claudiu.Beznea
On 08.12.2022 11:47, 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. > > Signed-

[PATCH v2 02/19] clk: at91: Add support for sam9x60 USB clock

2022-12-08 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 --- v1 -> v2: - No change