diff mbox series

[1/3] ARM: dts: st: correct serial alias in stih418-b2264.dts

Message ID 20230702161936.134429-2-avolmat@me.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: st: dts fixes in stih418-b2264.dts | expand

Commit Message

Alain Volmat July 2, 2023, 4:19 p.m. UTC
Aliases should only contain lowercase, digits or - hence
correct the alias for the serial from ttyAS0 into serial0
as already done for the other boards.

Signed-off-by: Alain Volmat <avolmat@me.com>
---
 arch/arm/boot/dts/st/stih418-b2264.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Patrice CHOTARD Aug. 16, 2023, 7:07 a.m. UTC | #1
On 7/2/23 18:19, Alain Volmat wrote:
> Aliases should only contain lowercase, digits or - hence
> correct the alias for the serial from ttyAS0 into serial0
> as already done for the other boards.
> 
> Signed-off-by: Alain Volmat <avolmat@me.com>
> ---
>  arch/arm/boot/dts/st/stih418-b2264.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/st/stih418-b2264.dts b/arch/arm/boot/dts/st/stih418-b2264.dts
> index fc32a03073b6..f496ca28850d 100644
> --- a/arch/arm/boot/dts/st/stih418-b2264.dts
> +++ b/arch/arm/boot/dts/st/stih418-b2264.dts
> @@ -69,7 +69,7 @@ opp04 {
>  	};
>  
>  	aliases {
> -		ttyAS0 = &sbc_serial0;
> +		serial0 = &sbc_serial0;
>  		ethernet0 = &ethernet0;
>  	};
>  

Acked-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Patrice
Patrice CHOTARD Aug. 16, 2023, 7:16 a.m. UTC | #2
On 7/2/23 18:19, Alain Volmat wrote:
> Aliases should only contain lowercase, digits or - hence
> correct the alias for the serial from ttyAS0 into serial0
> as already done for the other boards.
> 
> Signed-off-by: Alain Volmat <avolmat@me.com>
> ---
>  arch/arm/boot/dts/st/stih418-b2264.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/st/stih418-b2264.dts b/arch/arm/boot/dts/st/stih418-b2264.dts
> index fc32a03073b6..f496ca28850d 100644
> --- a/arch/arm/boot/dts/st/stih418-b2264.dts
> +++ b/arch/arm/boot/dts/st/stih418-b2264.dts
> @@ -69,7 +69,7 @@ opp04 {
>  	};
>  
>  	aliases {
> -		ttyAS0 = &sbc_serial0;
> +		serial0 = &sbc_serial0;
>  		ethernet0 = &ethernet0;
>  	};
>  


Applied on sti-next

Thanks
Patrice
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/st/stih418-b2264.dts b/arch/arm/boot/dts/st/stih418-b2264.dts
index fc32a03073b6..f496ca28850d 100644
--- a/arch/arm/boot/dts/st/stih418-b2264.dts
+++ b/arch/arm/boot/dts/st/stih418-b2264.dts
@@ -69,7 +69,7 @@  opp04 {
 	};
 
 	aliases {
-		ttyAS0 = &sbc_serial0;
+		serial0 = &sbc_serial0;
 		ethernet0 = &ethernet0;
 	};