Re: [PATCH v2] clk: mediatek: clk-mux: Do not pass flags to clk_mux_determine_rate_flags()

From: Stephen Boyd

Date: Sun Sep 21 2025 - 12:33:09 EST


Quoting Chen-Yu Tsai (2025-08-25 08:09:31)
> The `flags` in |struct mtk_mux| are core clk flags, not mux clk flags.
> Passing one to the other is wrong.
>
> Since there aren't any actual users adding CLK_MUX_* flags, just drop it
> for now.
>
> Fixes: b05ea3314390 ("clk: mediatek: clk-mux: Add .determine_rate() callback")
> Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>
> ---

Applied to clk-next