ARM: dts: STi: Fix aliases property name for STi boards
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 7 Mar 2018 17:35:33 +0000 (18:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Mar 2018 13:57:04 +0000 (14:57 +0100)
Update serial aliases from "ttyASN" to more common "serialN".

Since dtc v1.4.6-9-gaadd0b65c987, aliases property name must
be lowercase only. This allows to fix following dtc warnings:

arch/arm/boot/dts/stih418-b2199.dtb: Warning (alias_paths): /aliases: aliases property name must include only lowercase and '-'
arch/arm/boot/dts/stih407-b2120.dtb: Warning (alias_paths): /aliases: aliases property name must include only lowercase and '-'
arch/arm/boot/dts/stih410-b2260.dtb: Warning (alias_paths): /aliases: aliases property name must include only lowercase and '-'
arch/arm/boot/dts/stih410-b2120.dtb: Warning (alias_paths): /aliases: aliases property name must include only lowercase and '-'

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/stih407-b2120.dts
arch/arm/boot/dts/stih410-b2120.dts
arch/arm/boot/dts/stih410-b2260.dts
arch/arm/boot/dts/stih418-b2199.dts

index c8ad905..37f2ddb 100644 (file)
@@ -24,7 +24,7 @@
        };
 
        aliases {
-               ttyAS0 = &sbc_serial0;
+               serial0 = &sbc_serial0;
                ethernet0 = &ethernet0;
        };
 
index 9830be5..a6f00a6 100644 (file)
@@ -24,7 +24,7 @@
        };
 
        aliases {
-               ttyAS0 = &sbc_serial0;
+               serial0 = &sbc_serial0;
                ethernet0 = &ethernet0;
        };
 
index c663b70..6277049 100644 (file)
@@ -25,7 +25,7 @@
        };
 
        aliases {
-               ttyAS1 = &uart1;
+               serial1 = &uart1;
                ethernet0 = &ethernet0;
        };
 
index 4e6d915..36f40f5 100644 (file)
@@ -24,7 +24,7 @@
        };
 
        aliases {
-               ttyAS0 = &sbc_serial0;
+               serial0 = &sbc_serial0;
                ethernet0 = &ethernet0;
        };