Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1190366
| From | Olof Johansson <olof@lixom.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: dts: Add STM32429i-EVAL board support |
| Date | 2015-07-23 01:50 +0200 |
| Message-ID | <pPbVU-6bx-11@gated-at.bofh.it> (permalink) |
| References | <pLlTP-6Ay-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi,
On Sun, Jul 12, 2015 at 2:39 AM, Maxime Coquelin
<mcoquelin.stm32@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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] ARM: dts: Add STM32429i-EVAL board support Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2015-07-12 11:40 +0200
Re: [PATCH] ARM: dts: Add STM32429i-EVAL board support Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2015-07-22 19:10 +0200
Re: [PATCH] ARM: dts: Add STM32429i-EVAL board support Olof Johansson <olof@lixom.net> - 2015-07-23 01:50 +0200
Re: [PATCH] ARM: dts: Add STM32429i-EVAL board support Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2015-07-23 07:20 +0200
csiph-web