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

2023-01-04 Thread Sean Anderson
On 12/22/22 05:53, 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-off-by: Sergiu

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

2022-12-22 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 -> v4: - No change v4