ARM: dts: st: correct serial alias in stih418-b2264.dts
authorAlain Volmat <avolmat@me.com>
Sun, 2 Jul 2023 16:19:33 +0000 (16:19 +0000)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 13 Oct 2023 07:03:49 +0000 (09:03 +0200)
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>
Acked-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/boot/dts/st/stih418-b2264.dts

index fc32a03073b63a4431dbe6606196ea34465a446b..f496ca28850d632ae571cc0b0bc840d06abe7288 100644 (file)
@@ -69,7 +69,7 @@
        };
 
        aliases {
-               ttyAS0 = &sbc_serial0;
+               serial0 = &sbc_serial0;
                ethernet0 = &ethernet0;
        };