[PATCH 2/2] clk: sunxi: Add drivers for A31 and H6 PRCM CCUs

2021-09-12 Thread Samuel Holland
Add a driver so the clocks/resets for these peripherals (especially I2C, RSB, and UART) can be enabled using the normal uclass methods. Signed-off-by: Samuel Holland --- drivers/clk/sunxi/Kconfig | 14 drivers/clk/sunxi/Makefile| 2 ++ drivers/clk/sunxi/clk_a31_r.c | 59 ++

Re: [PATCH 2/2] clk: sunxi: Add drivers for A31 and H6 PRCM CCUs

2021-10-05 Thread Andre Przywara
On Sun, 12 Sep 2021 09:47:25 -0500 Samuel Holland wrote: > Add a driver so the clocks/resets for these peripherals (especially I2C, > RSB, and UART) can be enabled using the normal uclass methods. > Compared against the respective Linux bits. > Signed-off-by: Samuel Holland Reviewed-by: Andr