arm64: dts: broadcom: Fix SP805 clock-names
authorAndre Przywara <andre.przywara@arm.com>
Fri, 28 Aug 2020 13:05:55 +0000 (14:05 +0100)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 31 Aug 2020 03:57:07 +0000 (20:57 -0700)
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 Przywara <andre.przywara@arm.com>
Reviewed-by: Ray Jui <ray.jui@broadcom.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi

index 15f7b0ed38369a0821ee4b40b2dcbaf1cf5d0a20..6a5fc55f0a4e9a24cb9e892087d8fff5ca9076c8 100644 (file)
                        reg = <0x66090000 0x1000>;
                        interrupts = <GIC_SPI 406 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&iprocslow>, <&iprocslow>;
-                       clock-names = "wdogclk", "apb_pclk";
+                       clock-names = "wdog_clk", "apb_pclk";
                };
 
                gpio_g: gpio@660a0000 {
index 0098dfdef96c0285db363155f0bdb72706193d1c..b425b12c3ed21650b56fd4854ddcc1cd548fb5bc 100644 (file)
                        reg = <0x000c0000 0x1000>;
                        interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&hsls_25m_div2_clk>, <&hsls_div4_clk>;
-                       clock-names = "wdogclk", "apb_pclk";
+                       clock-names = "wdog_clk", "apb_pclk";
                        timeout-sec = <60>;
                };