[PATCH 1/1] clk: fix clk_enable() parent enable
Maxim Kochetkov
fido_max at inbox.ru
Wed Jul 31 07:55:28 CEST 2024
26.07.2024 15:03, Maxim Kochetkov wrote:
> Move clkp->enable_count++ after clk_enable(clkp->dev->parent).
> It allows the parent clock increment its enable counters for proper
> disable sequence.
>
> Signed-off-by: Maxim Kochetkov <fido_max at inbox.ru>
> ---
Please ignore this patch. Clock enable/disable sequence is the same as
in linux.
More information about the U-Boot
mailing list