Re: [PATCH] clk: uniphier: Fix fixed-rate initialization

From: Stephen Boyd
Date: Fri Mar 11 2022 - 22:29:17 EST


Quoting Kunihiko Hayashi (2022-03-08 22:55:18)
> 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@xxxxxxxxxxxxxxx>
> Fixes: 734d82f4a678 ("clk: uniphier: add core support code for UniPhier clock driver")
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx>
> ---

Applied to clk-next