forked from Minki/linux
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: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
This commit is contained in:
parent
29b4817d40
commit
5a5232d193
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user