mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-07 23:18:24 +00:00
Fixed-rate clocks in UniPhier don't have any parent clocks, however,
initial data "init.flags" isn't initialized, so it might be determined
that there is a parent clock for fixed-rate clock.
This sets init.flags to zero as initialization.
Cc: <stable@vger.kernel.org>
Fixes:
|
||
|---|---|---|
| .. | ||
| clk-uniphier-core.c | ||
| clk-uniphier-cpugear.c | ||
| clk-uniphier-fixed-factor.c | ||
| clk-uniphier-fixed-rate.c | ||
| clk-uniphier-gate.c | ||
| clk-uniphier-mio.c | ||
| clk-uniphier-mux.c | ||
| clk-uniphier-peri.c | ||
| clk-uniphier-sys.c | ||
| clk-uniphier.h | ||
| Kconfig | ||
| Makefile | ||