提交 d366c30d 编写于 作者: P Patrice Chotard 提交者: Greg Kroah-Hartman

ARM: dts: STi: Fix aliases property name for STi boards

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: NPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 dfd9190c
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
}; };
aliases { aliases {
ttyAS0 = &sbc_serial0; serial0 = &sbc_serial0;
ethernet0 = &ethernet0; ethernet0 = &ethernet0;
}; };
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
}; };
aliases { aliases {
ttyAS0 = &sbc_serial0; serial0 = &sbc_serial0;
ethernet0 = &ethernet0; ethernet0 = &ethernet0;
}; };
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
}; };
aliases { aliases {
ttyAS1 = &uart1; serial1 = &uart1;
ethernet0 = &ethernet0; ethernet0 = &ethernet0;
}; };
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
}; };
aliases { aliases {
ttyAS0 = &sbc_serial0; serial0 = &sbc_serial0;
ethernet0 = &ethernet0; ethernet0 = &ethernet0;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册