Re: [PATCH] clk: ti: Fix reference imbalance in ti_find_clock_provider

From: Romain Naour
Date: Tue Aug 23 2022 - 07:47:00 EST


Hello,

Le 19/08/2022 à 23:23, Stephen Boyd a écrit :
> Quoting Jan Kiszka (2022-08-08 15:26:58)
>> From: Jan Kiszka <jan.kiszka@xxxxxxxxxxx>
>>
>> When a clock is found via clock-output-names, we need to reference it
>> explicitly to match of_find_node_by_name behavior. Failing to do so
>> causes warnings like this:
>>
>
> Is this superseeded by
> https://lore.kernel.org/r/20220621091118.33930-1-tony@xxxxxxxxxxx?

I noticed the same issue and tested separately with both patches.

Indeed, this patch is not needed anymore with "[PATCH] clk: ti: Fix missing
of_node_get() ti_find_clock_provider()" applied.

Best regards,
Romain