From: Alain Volmat Date: Sun, 2 Jul 2023 16:19:33 +0000 (+0000) Subject: ARM: dts: st: correct serial alias in stih418-b2264.dts X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7c46058ec1167fec9a3710113337942132540db8;p=linux.git ARM: dts: st: correct serial alias in stih418-b2264.dts 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 Acked-by: Patrice Chotard Signed-off-by: Patrice Chotard --- diff --git a/arch/arm/boot/dts/st/stih418-b2264.dts b/arch/arm/boot/dts/st/stih418-b2264.dts index fc32a03073b63..f496ca28850d6 100644 --- a/arch/arm/boot/dts/st/stih418-b2264.dts +++ b/arch/arm/boot/dts/st/stih418-b2264.dts @@ -69,7 +69,7 @@ }; aliases { - ttyAS0 = &sbc_serial0; + serial0 = &sbc_serial0; ethernet0 = ðernet0; };