[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20250920-mt6582-v1-7-b887720f577d@protonmail.com>
Date: Sat, 20 Sep 2025 20:23:32 +0200
From: Cristian Cozzolino via B4 Relay <devnull+cristian_ci.protonmail.com@...nel.org>
To: Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>,
Russell King <linux@...linux.org.uk>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Sean Wang <sean.wang@...iatek.com>
Cc: linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, devicetree@...r.kernel.org,
phone-devel@...r.kernel.org,
Cristian Cozzolino <cristian_ci@...tonmail.com>
Subject: [PATCH 07/10] ARM: dts: mediatek: mt6582: add clock-names property
to uart nodes
From: Cristian Cozzolino <cristian_ci@...tonmail.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_ci@...tonmail.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@...02000 {
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@...03000 {
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@...04000 {
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@...05000 {
reg = <0x11005000 0x400>;
interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_LOW>;
clocks = <&uart_clk>;
+ clock-names = "baud";
status = "disabled";
};
};
--
2.49.0
Powered by blists - more mailing lists