Re: [PATCH 2/6] clk: sunxi: v3s: Implement EMAC clocks/resets

2021-05-19 Thread Andre Przywara
On Wed, 19 May 2021 21:42:04 +0200 Andreas Rehn wrote: > Add emac clock and reset register/bits. > > Signed-off-by: Andreas Rehn Compared against the manual and the Linux driver. Reviewed-by: Andre Przywara Cheers, Andre > --- > drivers/clk/sunxi/clk_v3s.c | 6 ++ > 1 file changed, 6

[PATCH 2/6] clk: sunxi: v3s: Implement EMAC clocks/resets

2021-05-19 Thread Andreas Rehn
Add emac clock and reset register/bits. Signed-off-by: Andreas Rehn --- drivers/clk/sunxi/clk_v3s.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/clk/sunxi/clk_v3s.c b/drivers/clk/sunxi/clk_v3s.c index 29622199fd..55fc597043 100644 --- a/drivers/clk/sunxi/clk_v3s.c +++ b/driv