projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1b8583
)
ARM: dts: st: correct serial alias in stih418-b2264.dts
author
Alain Volmat
<avolmat@me.com>
Sun, 2 Jul 2023 16:19:33 +0000
(16:19 +0000)
committer
Patrice 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/st/stih418-b2264.dts
b/arch/arm/boot/dts/st/stih418-b2264.dts
index fc32a03073b63a4431dbe6606196ea34465a446b..f496ca28850d632ae571cc0b0bc840d06abe7288 100644
(file)
--- a/
arch/arm/boot/dts/st/stih418-b2264.dts
+++ b/
arch/arm/boot/dts/st/stih418-b2264.dts
@@
-69,7
+69,7
@@
};
aliases {
-
ttyAS
0 = &sbc_serial0;
+
serial
0 = &sbc_serial0;
ethernet0 = ðernet0;
};