From mboxrd@z Thu Jan 1 00:00:00 1970 From: alexandre.torgue@st.com (Alexandre Torgue) Date: Tue, 19 Dec 2017 10:17:13 +0100 Subject: [PATCH V2 9/9] ARM: dts: stm32: add initial support of stm32mp157c eval board In-Reply-To: References: <1513610272-7824-1-git-send-email-ludovic.Barre@st.com> <1513610272-7824-10-git-send-email-ludovic.Barre@st.com> Message-ID: <42407e75-7e27-2c68-9993-37865c57a9fd@st.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On 12/18/2017 09:20 PM, Arnd Bergmann wrote: > On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: > = >> + >> +/ { >> + model = "STMicroelectronics STM32MP157C eval daughter"; >> + compatible = "st,stm32mp157c-ed1", "st,stm32mp157"; >> + >> + chosen { >> + bootargs = "earlyprintk console=ttySTM3,115200 root=/dev/ram"; >> + stdout-path = "serial3:115200n8"; >> + }; > > I'd remove the bootargs here and let the boot loader take care of > that, in particular > since all three arguments are rather old-school: earlycon is preferred over > earlyprintk, console= should not be needed if you set stdout-path, and > /dev/ram is obsoleted by initramfs. In this case I will modify also stm32 mcu devicetree in this way. Thanks Alex > > Arnd >