mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 08:27:23 +00:00
13b0867dc3
Some Allwinner clock devices have parent clocks and reset gates itself, which need to be activated for them to work. Add some code to just assert all resets and enable all clocks given. This should enable the A80 MMC config clock, which requires both to be activated. The full CCU devices typically don't require resets, and have just fixed clocks as their parents. Since we treat both as optional and enabling fixed clocks is a NOP, this works for all cases, without the need to differentiate between those clock types. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Jagan Teki <jagan@openedev.com> |
||
---|---|---|
.. | ||
clk_a10.c | ||
clk_a10s.c | ||
clk_a23.c | ||
clk_a31.c | ||
clk_a64.c | ||
clk_a80.c | ||
clk_a83t.c | ||
clk_h3.c | ||
clk_h6.c | ||
clk_r40.c | ||
clk_sunxi.c | ||
clk_v3s.c | ||
Kconfig | ||
Makefile |