Re: [PATCH 03/10] arm64: dts: broadcom: Fix SP805 clock-names

From: Florian Fainelli
Date: Fri Aug 28 2020 - 15:33:13 EST


On 8/28/20 6:05 AM, Andre Przywara wrote:
> The SP805 binding sets the name for the actual watchdog clock to
> "wdog_clk" (with an underscore).
>
> Change the name in the DTs for Broadcom platforms to match that. The
> Linux and U-Boot driver use the *first* clock for this purpose anyway,
> so it does not break anything.

Not that it really matters because the driver does a
devm_clk_get(&adev->dev, NULL), but yes, this should be fixed to conform
to the binding.

>
> Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx>

Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
--
Florian