提交 5a5232d1 编写于 作者: K Krzysztof Kozlowski

ARM: dts: exynos: Use stdout non-deprecated property and add serial options to Odroid XU/XU3/XU4

The "linux,stdout-path" is deprecated.

Add serial options so the console can be properly configured when
bootloader does not pass "console" parameter to the command line.  Without
options and lack of "console" in command line, the serial output dies
during boot (just after probing sound, probably because of rate change).
Signed-off-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: NJavier Martinez Canillas <javier@osg.samsung.com>
上级 29b4817d
......@@ -26,7 +26,7 @@
};
chosen {
linux,stdout-path = &serial_2;
stdout-path = "serial2:115200n8";
};
emmc_pwrseq: pwrseq {
......
......@@ -26,7 +26,7 @@
};
chosen {
linux,stdout-path = &serial_2;
stdout-path = "serial2:115200n8";
};
firmware@02073000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册