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 d9499310a301b735c475ec6a5c3bb955165079be..3912969ec223169cf07d47292bb94f3976ffbd8a 100644 (file)
@@ -26,7 +26,7 @@
        };
 
        chosen {
-               linux,stdout-path = &serial_2;
+               stdout-path = "serial2:115200n8";
        };
 
        emmc_pwrseq: pwrseq {
index d56253049ccbca83d0e1d146fc75fec26ece0643..d04490d40b07928bc2097def8e273a29018b131b 100644 (file)
@@ -26,7 +26,7 @@
        };
 
        chosen {
-               linux,stdout-path = &serial_2;
+               stdout-path = "serial2:115200n8";
        };
 
        firmware@02073000 {
This page took 0.028219 seconds and 5 git commands to generate.