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

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

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

diff --git a/arch/arm/boot/dts/alpine.dtsi b/arch/arm/boot/dts/alpine.dtsi
index 4be9887033f9..ff68dfb4eb78 100644
--- a/arch/arm/boot/dts/alpine.dtsi
+++ b/arch/arm/boot/dts/alpine.dtsi
@@ -126,7 +126,7 @@ pmu {
 				     <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
 		};
 
-		uart0: uart@fd883000 {
+		uart0: serial@fd883000 {
 			compatible = "ns16550a";
 			reg = <0x0 0xfd883000 0x0 0x1000>;
 			clock-frequency = <375000000>;
@@ -135,7 +135,7 @@ uart0: uart@fd883000 {
 			reg-io-width = <4>;
 		};
 
-		uart1: uart@fd884000 {
+		uart1: serial@fd884000 {
 			compatible = "ns16550a";
 			reg = <0x0 0xfd884000 0x0 0x1000>;
 			clock-frequency = <375000000>;
-- 
2.34.1
Re: [PATCH] ARM: dts: alpine: align UART node name with bindings
Posted by Krzysztof Kozlowski 3 years, 2 months ago
On Mon, 23 Jan 2023 16:15:45 +0100, Krzysztof Kozlowski wrote:
> Bindings expect UART/serial node names to be "serial".
> 
> 

Applied, thanks!

[1/1] ARM: dts: alpine: align UART node name with bindings
      https://git.kernel.org/krzk/linux-dt/c/55eecc11eafa3ef307d68dcc3f802ad38aa1be0a

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