From: Cristian Cozzolino <cristian...@protonmail.com>

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...@protonmail.com>
---
 arch/arm/boot/dts/mediatek/mt6582.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/mediatek/mt6582.dtsi 
b/arch/arm/boot/dts/mediatek/mt6582.dtsi
index 
54d675ecb390c52c7ca0f406155bfc59e32137ec..82564c740c2182448f8f88bbc2b22c4fef1fdeef
 100644
--- a/arch/arm/boot/dts/mediatek/mt6582.dtsi
+++ b/arch/arm/boot/dts/mediatek/mt6582.dtsi
@@ -97,6 +97,7 @@ uart0: serial@11002000 {
                        reg = <0x11002000 0x400>;
                        interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_LOW>;
                        clocks = <&uart_clk>;
+                       clock-names = "baud";
                        status = "disabled";
                };
 
@@ -105,6 +106,7 @@ uart1: serial@11003000 {
                        reg = <0x11003000 0x400>;
                        interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_LOW>;
                        clocks = <&uart_clk>;
+                       clock-names = "baud";
                        status = "disabled";
                };
 
@@ -113,6 +115,7 @@ uart2: serial@11004000 {
                        reg = <0x11004000 0x400>;
                        interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_LOW>;
                        clocks = <&uart_clk>;
+                       clock-names = "baud";
                        status = "disabled";
                };
 
@@ -121,6 +124,7 @@ uart3: serial@11005000 {
                        reg = <0x11005000 0x400>;
                        interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_LOW>;
                        clocks = <&uart_clk>;
+                       clock-names = "baud";
                        status = "disabled";
                };
        };

-- 
2.49.0



Reply via email to