]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: mediatek: mt6582: add clock-names property to uart nodes
authorCristian Cozzolino <cristian_ci@protonmail.com>
Sat, 20 Sep 2025 18:23:32 +0000 (20:23 +0200)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 13 Oct 2025 09:48:05 +0000 (11:48 +0200)
Other SoC DTSI files define this property for their uart nodes.
Do the same here too, to be consistent.

Signed-off-by: Cristian Cozzolino <cristian_ci@protonmail.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm/boot/dts/mediatek/mt6582.dtsi

index 54d675ecb390c52c7ca0f406155bfc59e32137ec..82564c740c2182448f8f88bbc2b22c4fef1fdeef 100644 (file)
@@ -97,6 +97,7 @@
                        reg = <0x11002000 0x400>;
                        interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_LOW>;
                        clocks = <&uart_clk>;
+                       clock-names = "baud";
                        status = "disabled";
                };
 
                        reg = <0x11003000 0x400>;
                        interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_LOW>;
                        clocks = <&uart_clk>;
+                       clock-names = "baud";
                        status = "disabled";
                };
 
                        reg = <0x11004000 0x400>;
                        interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_LOW>;
                        clocks = <&uart_clk>;
+                       clock-names = "baud";
                        status = "disabled";
                };
 
                        reg = <0x11005000 0x400>;
                        interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_LOW>;
                        clocks = <&uart_clk>;
+                       clock-names = "baud";
                        status = "disabled";
                };
        };