]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
arm64: dts: meson-axg-s400: Add chosen and memory nodes
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 10 Sep 2018 18:33:15 +0000 (20:33 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 13 Sep 2018 04:57:27 +0000 (21:57 -0700)
Add missing chosen and memory nodes.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts

index 92d3064d4966a2b77092069eaaa57939513faeb9..d4961dc8356b530b1958d4ca7ab25210cd75cb08 100644 (file)
                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";