[PATCH 1/2] clk: sunxi: Add support for I2C gates/resets

2021-09-12 Thread Samuel Holland
Currently, the I2C clocks are configured in the sunxi board code. Add the I2C clocks to the DM clock driver so they can be enabled from the DM I2C driver using the normal uclass methods. Signed-off-by: Samuel Holland --- drivers/clk/sunxi/clk_a10.c | 5 + drivers/clk/sunxi/clk_a10s.c | 3

Re: [PATCH 1/2] clk: sunxi: Add support for I2C gates/resets

2021-10-05 Thread Andre Przywara
On Sun, 12 Sep 2021 09:47:24 -0500 Samuel Holland wrote: > Currently, the I2C clocks are configured in the sunxi board code. Add > the I2C clocks to the DM clock driver so they can be enabled from the > DM I2C driver using the normal uclass methods. > > Signed-off-by: Samuel Holland Compared a