diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-03-07 12:35:33 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-14 09:57:04 -0400 |
commit | d366c30d19f474c23e14111ac7198cee8a69103e (patch) | |
tree | 3b83cc739382d3070008a72384bf46e26c29138d | |
parent | dfd9190ce8f4c96076849fe4d1ad7dbe3b92bb3d (diff) |
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: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | arch/arm/boot/dts/stih407-b2120.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/stih410-b2120.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/stih410-b2260.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/stih418-b2199.dts | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/stih407-b2120.dts b/arch/arm/boot/dts/stih407-b2120.dts index c8ad905d0309..37f2ddbfa099 100644 --- a/arch/arm/boot/dts/stih407-b2120.dts +++ b/arch/arm/boot/dts/stih407-b2120.dts | |||
@@ -24,7 +24,7 @@ | |||
24 | }; | 24 | }; |
25 | 25 | ||
26 | aliases { | 26 | aliases { |
27 | ttyAS0 = &sbc_serial0; | 27 | serial0 = &sbc_serial0; |
28 | ethernet0 = ðernet0; | 28 | ethernet0 = ðernet0; |
29 | }; | 29 | }; |
30 | 30 | ||
diff --git a/arch/arm/boot/dts/stih410-b2120.dts b/arch/arm/boot/dts/stih410-b2120.dts index 9830be577433..a6f00a6687a9 100644 --- a/arch/arm/boot/dts/stih410-b2120.dts +++ b/arch/arm/boot/dts/stih410-b2120.dts | |||
@@ -24,7 +24,7 @@ | |||
24 | }; | 24 | }; |
25 | 25 | ||
26 | aliases { | 26 | aliases { |
27 | ttyAS0 = &sbc_serial0; | 27 | serial0 = &sbc_serial0; |
28 | ethernet0 = ðernet0; | 28 | ethernet0 = ðernet0; |
29 | }; | 29 | }; |
30 | 30 | ||
diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts index c663b70c43a7..62770496e328 100644 --- a/arch/arm/boot/dts/stih410-b2260.dts +++ b/arch/arm/boot/dts/stih410-b2260.dts | |||
@@ -25,7 +25,7 @@ | |||
25 | }; | 25 | }; |
26 | 26 | ||
27 | aliases { | 27 | aliases { |
28 | ttyAS1 = &uart1; | 28 | serial1 = &uart1; |
29 | ethernet0 = ðernet0; | 29 | ethernet0 = ðernet0; |
30 | }; | 30 | }; |
31 | 31 | ||
diff --git a/arch/arm/boot/dts/stih418-b2199.dts b/arch/arm/boot/dts/stih418-b2199.dts index 4e6d915c85ff..36f40f58155d 100644 --- a/arch/arm/boot/dts/stih418-b2199.dts +++ b/arch/arm/boot/dts/stih418-b2199.dts | |||
@@ -24,7 +24,7 @@ | |||
24 | }; | 24 | }; |
25 | 25 | ||
26 | aliases { | 26 | aliases { |
27 | ttyAS0 = &sbc_serial0; | 27 | serial0 = &sbc_serial0; |
28 | ethernet0 = ðernet0; | 28 | ethernet0 = ðernet0; |
29 | }; | 29 | }; |
30 | 30 | ||