ARM: dts: moxart: align UART node name with bindings

Message ID 20230123151525.369255-1-krzysztof.kozlowski@linaro.org
State New
Headers
Series ARM: dts: moxart: align UART node name with bindings |

Commit Message

Krzysztof Kozlowski Jan. 23, 2023, 3:15 p.m. UTC
  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(-)
  

Comments

Krzysztof Kozlowski Jan. 26, 2023, 10:25 a.m. UTC | #1
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,
  

Patch

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>;