ARM: dts: exynos: Use stdout non-deprecated property and add serial options to Odroid...
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Wed, 17 Aug 2016 07:34:58 +0000 (09:34 +0200)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Fri, 19 Aug 2016 06:15:34 +0000 (08:15 +0200)
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>
arch/arm/boot/dts/exynos5410-odroidxu.dts
arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi

index d949931..3912969 100644 (file)
@@ -26,7 +26,7 @@
        };
 
        chosen {
-               linux,stdout-path = &serial_2;
+               stdout-path = "serial2:115200n8";
        };
 
        emmc_pwrseq: pwrseq {
index d562530..d04490d 100644 (file)
@@ -26,7 +26,7 @@
        };
 
        chosen {
-               linux,stdout-path = &serial_2;
+               stdout-path = "serial2:115200n8";
        };
 
        firmware@02073000 {