mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-10 02:15:31 +00:00
The fixed clocks in the DTS file have a hyphen, but the clock driver has
the fixed clocks using underbar. Thus the clock driver cannot detect the
other fixed clocks correctly. Change the fixed clock names to a hyphen.
Fixes:
|
||
|---|---|---|
| .. | ||
| clk-gate-a10.c | ||
| clk-gate-s10.c | ||
| clk-gate.c | ||
| clk-periph-a10.c | ||
| clk-periph-s10.c | ||
| clk-periph.c | ||
| clk-pll-a10.c | ||
| clk-pll-s10.c | ||
| clk-pll.c | ||
| clk-s10.c | ||
| clk.c | ||
| clk.h | ||
| Makefile | ||
| stratix10-clk.h | ||