[PATCH] ARM: dts: Add STM32429i-EVAL board support

Olof Johansson olof at lixom.net
Wed Jul 22 16:42:01 PDT 2015


Hi,

On Sun, Jul 12, 2015 at 2:39 AM, Maxime Coquelin
<mcoquelin.stm32 at gmail.com> wrote:

> +/ {
> +       model = "STMicroelectronics STM32429i-EVAL board";
> +       compatible = "st,stm32429i-eval", "st,stm32f429";
> +
> +       chosen {
> +               bootargs = "console=ttyS0,115200 root=/dev/ram rdinit=/linuxrc";
> +               linux,stdout-path = &usart1;

You should use stdout-path here instead, and with that you'll no
longer need the console arg in the bootargs.

See: https://www.kernel.org/doc/Documentation/devicetree/bindings/chosen.txt


-Olof



More information about the linux-arm-kernel mailing list