mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
top_dclk is the DDR bus clock. If it is gated by clk_disable_unused,
all memory-mapped bus transactions cease to function, causing DMA
engines to hang and general system instability.
Mark it CLK_IS_CRITICAL so the CCF never gates it during the
unused clock sweep.
Fixes:
|
||
|---|---|---|
| .. | ||
| ccu_common.c | ||
| ccu_common.h | ||
| ccu_ddn.c | ||
| ccu_ddn.h | ||
| ccu_mix.c | ||
| ccu_mix.h | ||
| ccu_pll.c | ||
| ccu_pll.h | ||
| ccu-k1.c | ||
| ccu-k3.c | ||
| Kconfig | ||
| Makefile | ||