mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 11:10:22 +02: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 | ||