Re: [PATCH 2/6] clk: sunxi: h6: Add XHCI clocks

2021-02-08 Thread Andre Przywara
On Sun, 7 Feb 2021 23:57:20 -0600 Samuel Holland wrote: > The XHCI controller has its own clock and reset. Add them. > > Signed-off-by: Samuel Holland Checked against the manual: Reviewed-by: Andre Przywara Cheers, Andre > --- > drivers/clk/sunxi/clk_h6.c | 2 ++ > 1 file changed, 2

[PATCH 2/6] clk: sunxi: h6: Add XHCI clocks

2021-02-07 Thread Samuel Holland
The XHCI controller has its own clock and reset. Add them. Signed-off-by: Samuel Holland --- drivers/clk/sunxi/clk_h6.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/sunxi/clk_h6.c b/drivers/clk/sunxi/clk_h6.c index ac8656fe895..df93d96b3b0 100644 ---