mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
444ab3569b
The introduction of the DM pinctrl driver made its probe function enable all clocks enumerated in the DT. This includes the "CLK_BUS_PIO" (and variations) gate clock. Also CLK_PLL_PERIPH0 is used by the R_CCU device. So far we didn't describe those clocks in our clock driver. As we enable them already in the SPL, the devices happen to work, but the clock driver still complains about not finding those clocks: ========= sunxi_set_gate: (CLK#58) unhandled ========= Add the one-liners that are needed to announce the gate bit for those clocks, to silence that message on the console. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Samuel Holland <samuel@sholland.org> |
||
---|---|---|
.. | ||
clk_a10.c | ||
clk_a10s.c | ||
clk_a23.c | ||
clk_a31.c | ||
clk_a31_r.c | ||
clk_a64.c | ||
clk_a80.c | ||
clk_a83t.c | ||
clk_f1c100s.c | ||
clk_h3.c | ||
clk_h6.c | ||
clk_h6_r.c | ||
clk_h616.c | ||
clk_r40.c | ||
clk_sun6i_rtc.c | ||
clk_sunxi.c | ||
clk_v3s.c | ||
Kconfig | ||
Makefile |