ARM: dts: gta04: define chosen/stdout-path
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>
This commit is contained in:
Родитель
9fc6bff807
Коммит
26b1c8bed5
|
@ -24,6 +24,10 @@
|
|||
reg = <0x80000000 0x20000000>; /* 512 MB */
|
||||
};
|
||||
|
||||
chosen {
|
||||
stdout-path = &uart3;
|
||||
};
|
||||
|
||||
aliases {
|
||||
display0 = &lcd;
|
||||
display1 = &tv0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче