Re: [PATCH] clk: mediatek: mt8365: Fix inverted topclk operations

From: Stephen Boyd
Date: Mon Jun 12 2023 - 21:13:18 EST


Quoting Markus Schneider-Pargmann (2023-05-11 06:32:26)
> The given operations are inverted for the wrong registers which makes
> multiple of the mt8365 hardware units unusable. In my setup at least usb
> did not work.
>
> Fixed by swapping the operations with the inverted ones.
>
> Reported-by: Alexandre Mergnat <amergnat@xxxxxxxxxxxx>

Checkpatch complains now that there isn't a Closes: tag here.

> Fixes: 905b7430d3cc ("clk: mediatek: mt8365: Convert simple_gate to mtk_gate clocks")
> Signed-off-by: Markus Schneider-Pargmann <msp@xxxxxxxxxxxx>
> ---

Applied to clk-fixes