Re: [PATCH 08/10] ARM: dts: Cygnus: Fix SP805 clocks
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-08-31 03:59:43
Also in:
linux-watchdog, lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-08-31 03:59:43
Also in:
linux-watchdog, lkml
On 8/30/2020 8:55 PM, Florian Fainelli wrote:
On Fri, 28 Aug 2020 14:06:00 +0100, Andre Przywara [off-list ref] wrote:quoted
The SP805 DT binding requires two clocks to be specified, but the Broadcom Cygnus DT currently only specifies one clock. In practice, Linux would pick a clock named "apb_pclk" for the bus clock, and the Linux and U-Boot SP805 driver would use the first clock to derive the actual watchdog counter frequency. Since currently both are the very same clock, we can just double the clock reference, and add the correct clock-names, to match the binding. Signed-off-by: Andre Przywara <andre.przywara@arm.com> ---Applied to qspi-fixes, thanks!
Applied to devicetree/next actually, likewise for the next patch. -- Florian