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:
Krzysztof Kozlowski 2016-08-17 09:34:58 +02:00
parent 29b4817d40
commit 5a5232d193
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
};
chosen {
linux,stdout-path = &serial_2;
stdout-path = "serial2:115200n8";
};
emmc_pwrseq: pwrseq {

View File

@ -26,7 +26,7 @@
};
chosen {
linux,stdout-path = &serial_2;
stdout-path = "serial2:115200n8";
};
firmware@02073000 {