From: Neil Armstrong Date: Thu, 29 Aug 2019 13:27:28 +0000 (+0200) Subject: arm64: dts: meson-sm1-sei610: add stdout-path property back X-Git-Tag: v5.4-rc1~184^2~9^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b09d116b787a4ee2587a631baf2532738a5ce833;p=platform%2Fkernel%2Flinux-rpi.git arm64: dts: meson-sm1-sei610: add stdout-path property back 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 Signed-off-by: Kevin Hilman --- diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts index e1cac88..3435aaa 100644 --- a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts @@ -19,6 +19,10 @@ ethernet0 = ðmac; }; + chosen { + stdout-path = "serial0:115200n8"; + }; + emmc_pwrseq: emmc-pwrseq { compatible = "mmc-pwrseq-emmc"; reset-gpios = <&gpio BOOT_12 GPIO_ACTIVE_LOW>;