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

2020-08-30 Thread Florian Fainelli
On Fri, 28 Aug 2020 14:05:55 +0100, 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

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

2020-08-28 Thread Florian Fainelli
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

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

2020-08-28 Thread Ray Jui
On 8/28/2020 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, >

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

2020-08-28 Thread Andre Przywara
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. Signed-off-by: Andre