diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-29 16:27:28 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-08-30 02:18:38 +0300 |
commit | b09d116b787a4ee2587a631baf2532738a5ce833 (patch) | |
tree | 6c4b09fdef1a3acc4f71427ef05867b10acc550e /arch/arm64 | |
parent | 488b0ffc0e8b29367c949e6ddd8febf0ff220837 (diff) | |
download | linux-b09d116b787a4ee2587a631baf2532738a5ce833.tar.xz |
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 <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts index e1cac880b02c..3435aaa4e8db 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>; |