[PATCH] ARM: dts: moxart: align UART node name with bindings

Krzysztof Kozlowski posted 1 patch 2 years, 7 months ago
arch/arm/boot/dts/moxart.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: dts: moxart: align UART node name with bindings
Posted by Krzysztof Kozlowski 2 years, 7 months ago
Bindings expect UART/serial node names to be "serial".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/moxart.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/moxart.dtsi b/arch/arm/boot/dts/moxart.dtsi
index 764832ddfa78..11cbea5b94d2 100644
--- a/arch/arm/boot/dts/moxart.dtsi
+++ b/arch/arm/boot/dts/moxart.dtsi
@@ -138,7 +138,7 @@ mac1: mac@92000000 {
 			status = "disabled";
 		};
 
-		uart0: uart@98200000 {
+		uart0: serial@98200000 {
 			compatible = "ns16550a";
 			reg = <0x98200000 0x20>;
 			interrupts = <31 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.34.1
Re: [PATCH] ARM: dts: moxart: align UART node name with bindings
Posted by Krzysztof Kozlowski 2 years, 7 months ago
On Mon, 23 Jan 2023 16:15:25 +0100, Krzysztof Kozlowski wrote:
> Bindings expect UART/serial node names to be "serial".
> 
> 

Applied, thanks!

[1/1] ARM: dts: moxart: align UART node name with bindings
      https://git.kernel.org/krzk/linux-dt/c/6fd6759567ec82c61d54b257db3cebbc154cb631

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>