From mboxrd@z Thu Jan 1 00:00:00 1970 From: narmstrong@baylibre.com (Neil Armstrong) Date: Tue, 11 Sep 2018 15:28:52 +0200 Subject: [PATCH] arm64: dts: meson-axg-s400: Add chosen and memory nodes In-Reply-To: References: <1536604395-31925-1-git-send-email-narmstrong@baylibre.com> Message-ID: To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Hi Martin, On 10/09/2018 20:45, Martin Blumenstingl wrote: > On Mon, Sep 10, 2018 at 8:33 PM Neil Armstrong wrote: >> >> Add missing chosen and memory nodes. >> >> Signed-off-by: Neil Armstrong > out of curiosity: > - does the bootloader add the memory node (meaning that this is just a > cosmetic bit)? Yes, but it's always better to already have the node so it only change the memory, otherwise it has to relocate and insert a node in the middle of the dtb. > - setting stdout-path is always a good idea, without it you can't use > earlycon (without parameters) > > Acked-by: Martin Blumenstingl > Thanks, Neil