mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: socfpga: align UART node name with bindings
@ 2023-01-23 15:15 Krzysztof Kozlowski
  2023-01-23 19:45 ` Dinh Nguyen
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-23 15:15 UTC (permalink / raw)
  To: Dinh Nguyen, Rob Herring, Krzysztof Kozlowski, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Bindings expect UART/serial node names to be "serial".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/socfpga.dtsi         | 4 ++--
 arch/arm/boot/dts/socfpga_arria10.dtsi | 4 ++--
 arch/arm/boot/dts/socfpga_vt.dts       | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
index 3fee80bbae21..4c1d140f40f8 100644
--- a/arch/arm/boot/dts/socfpga.dtsi
+++ b/arch/arm/boot/dts/socfpga.dtsi
@@ -905,7 +905,7 @@ timer3: timer3@ffd01000 {
 			reset-names = "timer";
 		};
 
-		uart0: serial0@ffc02000 {
+		uart0: serial@ffc02000 {
 			compatible = "snps,dw-apb-uart";
 			reg = <0xffc02000 0x1000>;
 			interrupts = <0 162 4>;
@@ -918,7 +918,7 @@ uart0: serial0@ffc02000 {
 			resets = <&rst UART0_RESET>;
 		};
 
-		uart1: serial1@ffc03000 {
+		uart1: serial@ffc03000 {
 			compatible = "snps,dw-apb-uart";
 			reg = <0xffc03000 0x1000>;
 			interrupts = <0 163 4>;
diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
index 3b2a2c9c6547..72c55e5187ca 100644
--- a/arch/arm/boot/dts/socfpga_arria10.dtsi
+++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
@@ -845,7 +845,7 @@ timer3: timer3@ffd00100 {
 			reset-names = "timer";
 		};
 
-		uart0: serial0@ffc02000 {
+		uart0: serial@ffc02000 {
 			compatible = "snps,dw-apb-uart";
 			reg = <0xffc02000 0x100>;
 			interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
@@ -856,7 +856,7 @@ uart0: serial0@ffc02000 {
 			status = "disabled";
 		};
 
-		uart1: serial1@ffc02100 {
+		uart1: serial@ffc02100 {
 			compatible = "snps,dw-apb-uart";
 			reg = <0xffc02100 0x100>;
 			interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/arch/arm/boot/dts/socfpga_vt.dts b/arch/arm/boot/dts/socfpga_vt.dts
index 3d0d806888b7..845ab2cc5ce6 100644
--- a/arch/arm/boot/dts/socfpga_vt.dts
+++ b/arch/arm/boot/dts/socfpga_vt.dts
@@ -57,11 +57,11 @@ timer3@ffd01000 {
 			clock-frequency = <7000000>;
 		};
 
-		serial0@ffc02000 {
+		serial@ffc02000 {
 			clock-frequency = <7372800>;
 		};
 
-		serial1@ffc03000 {
+		serial@ffc03000 {
 			clock-frequency = <7372800>;
 		};
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: socfpga: align UART node name with bindings
  2023-01-23 15:15 [PATCH] ARM: dts: socfpga: align UART node name with bindings Krzysztof Kozlowski
@ 2023-01-23 19:45 ` Dinh Nguyen
  0 siblings, 0 replies; 2+ messages in thread
From: Dinh Nguyen @ 2023-01-23 19:45 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
	devicetree, linux-kernel



On 1/23/23 09:15, Krzysztof Kozlowski wrote:
> Bindings expect UART/serial node names to be "serial".
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>   arch/arm/boot/dts/socfpga.dtsi         | 4 ++--
>   arch/arm/boot/dts/socfpga_arria10.dtsi | 4 ++--
>   arch/arm/boot/dts/socfpga_vt.dts       | 4 ++--
>   3 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
> index 3fee80bbae21..4c1d140f40f8 100644
> --- a/arch/arm/boot/dts/socfpga.dtsi
> +++ b/arch/arm/boot/dts/socfpga.dtsi
> @@ -905,7 +905,7 @@ timer3: timer3@ffd01000 {
>   			reset-names = "timer";
>   		};
>   
> -		uart0: serial0@ffc02000 {
> +		uart0: serial@ffc02000 {
>   			compatible = "snps,dw-apb-uart";
>   			reg = <0xffc02000 0x1000>;
>   			interrupts = <0 162 4>;
> @@ -918,7 +918,7 @@ uart0: serial0@ffc02000 {
>   			resets = <&rst UART0_RESET>;
>   		};
>   
> -		uart1: serial1@ffc03000 {
> +		uart1: serial@ffc03000 {
>   			compatible = "snps,dw-apb-uart";
>   			reg = <0xffc03000 0x1000>;
>   			interrupts = <0 163 4>;
> diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
> index 3b2a2c9c6547..72c55e5187ca 100644
> --- a/arch/arm/boot/dts/socfpga_arria10.dtsi
> +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
> @@ -845,7 +845,7 @@ timer3: timer3@ffd00100 {
>   			reset-names = "timer";
>   		};
>   
> -		uart0: serial0@ffc02000 {
> +		uart0: serial@ffc02000 {
>   			compatible = "snps,dw-apb-uart";
>   			reg = <0xffc02000 0x100>;
>   			interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
> @@ -856,7 +856,7 @@ uart0: serial0@ffc02000 {
>   			status = "disabled";
>   		};
>   
> -		uart1: serial1@ffc02100 {
> +		uart1: serial@ffc02100 {
>   			compatible = "snps,dw-apb-uart";
>   			reg = <0xffc02100 0x100>;
>   			interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
> diff --git a/arch/arm/boot/dts/socfpga_vt.dts b/arch/arm/boot/dts/socfpga_vt.dts
> index 3d0d806888b7..845ab2cc5ce6 100644
> --- a/arch/arm/boot/dts/socfpga_vt.dts
> +++ b/arch/arm/boot/dts/socfpga_vt.dts
> @@ -57,11 +57,11 @@ timer3@ffd01000 {
>   			clock-frequency = <7000000>;
>   		};
>   
> -		serial0@ffc02000 {
> +		serial@ffc02000 {
>   			clock-frequency = <7372800>;
>   		};
>   
> -		serial1@ffc03000 {
> +		serial@ffc03000 {
>   			clock-frequency = <7372800>;
>   		};
>   

Applied!

Thanks,
Dinh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-23 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-23 15:15 [PATCH] ARM: dts: socfpga: align UART node name with bindings Krzysztof Kozlowski
2023-01-23 19:45 ` Dinh Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®