Re: [PATCH 1/6] clk: sunxi: Add a dummy clock driver for the RTC

2021-03-28 Thread Andre Przywara
On Sun, 7 Feb 2021 23:57:19 -0600 Samuel Holland wrote: > The 32kHz clock ("LOSC") on sunxi SoCs is provided by the RTC. It is > used, among other things, by the XHCI controller in the H6. To be able > to call clk_get_bulk() on the XHCI controller, some device needs to > provide all referenced c

[PATCH 1/6] clk: sunxi: Add a dummy clock driver for the RTC

2021-02-07 Thread Samuel Holland
The 32kHz clock ("LOSC") on sunxi SoCs is provided by the RTC. It is used, among other things, by the XHCI controller in the H6. To be able to call clk_get_bulk() on the XHCI controller, some device needs to provide all referenced clocks. Since LOSC is a fixed-rate always-on clock, implementation