From: Neil Armstrong Date: Mon, 10 Sep 2018 18:33:15 +0000 (+0200) Subject: arm64: dts: meson-axg-s400: Add chosen and memory nodes X-Git-Tag: v5.15~7693^2~57^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=2250e0f57a84e09f8f208ea410f46d39fb3ca767;p=mirror_ubuntu-kernels.git arm64: dts: meson-axg-s400: Add chosen and memory nodes Add missing chosen and memory nodes. Signed-off-by: Neil Armstrong Acked-by: Martin Blumenstingl Signed-off-by: Kevin Hilman --- diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts index 92d3064d4966..d4961dc8356b 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts @@ -100,6 +100,15 @@ reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>; }; + chosen { + stdout-path = "serial0:115200n8"; + }; + + memory@0 { + device_type = "memory"; + reg = <0x0 0x0 0x0 0x40000000>; + }; + main_12v: regulator-main_12v { compatible = "regulator-fixed"; regulator-name = "12V";