Re: [PATCH] net: PHY: bcm-unimac: Fix clock handling

From: Andrew Lunn
Date: Tue Mar 24 2020 - 12:17:50 EST


On Tue, Mar 24, 2020 at 04:10:10PM +0000, Andre Przywara wrote:
> The DT binding for this PHY describes an *optional* clock property.
> Due to a bug in the error handling logic, we are actually ignoring this
> clock *all* of the time so far.
>
> Fix this by using devm_clk_get_optional() to handle this clock properly.
>
> Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx>

Hi Andre

Do you have a fixes: tag for this?

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew