]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: meson-sm1-sei610: add stdout-path property back
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 29 Aug 2019 13:27:28 +0000 (15:27 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 29 Aug 2019 23:18:38 +0000 (16:18 -0700)
The commit d4609acce187 ("arm64: dts: meson-sm1-sei610: enable DVFS")
incorrectly removed the chosen node and the stdout-path property.

Add these back.

Fixes: d4609acce187 ("arm64: dts: meson-sm1-sei610: enable DVFS")
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts

index e1cac880b02c00cb5999446e8b566f9e3a98a32d..3435aaa4e8db50c7f28c0b08f2b802faf8e6f20f 100644 (file)
@@ -19,6 +19,10 @@ aliases {
                ethernet0 = &ethmac;
        };
 
+       chosen {
+               stdout-path = "serial0:115200n8";
+       };
+
        emmc_pwrseq: emmc-pwrseq {
                compatible = "mmc-pwrseq-emmc";
                reset-gpios = <&gpio BOOT_12 GPIO_ACTIVE_LOW>;