projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fc6bff
)
ARM: dts: gta04: define chosen/stdout-path
author
H. Nikolaus Schaller
<hns@goldelico.com>
Mon, 8 Jul 2019 14:46:04 +0000
(16:46 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 13 Aug 2019 11:47:15 +0000
(
04:47
-0700)
This allows to remove the console= entry in the kernel command line.
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-gta04.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3-gta04.dtsi
b/arch/arm/boot/dts/omap3-gta04.dtsi
index
b295f6f
..
d01fc87
100644
(file)
--- a/
arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/
arch/arm/boot/dts/omap3-gta04.dtsi
@@
-24,6
+24,10
@@
reg = <0x80000000 0x20000000>; /* 512 MB */
};
+ chosen {
+ stdout-path = &uart3;
+ };
+
aliases {
display0 = &lcd;
display1 = &tv0;