diff options
author | Maxime Coquelin <mcoquelin.stm32@gmail.com> | 2015-07-23 07:00:10 +0200 |
---|---|---|
committer | Maxime Coquelin <mcoquelin.stm32@gmail.com> | 2015-07-23 07:07:12 +0200 |
commit | 2303553f3f32cb508c7818ebfda78a13d3c10d37 (patch) | |
tree | 5f2b17afac72f841161be88ba51e540de3430378 /arch/arm/boot/dts/stm32f429-disco.dts | |
parent | 83722c2c7e929ed0d6556b16c71d45de279b0945 (diff) |
ARM: dts: Use stdout-path in STM32F429 Discovery board
This patch replaces use of linux,stdout-path by stdout-path as per
"chosen" DT bindings documentation.
Doing that, the "console" argument is no more needed in kernel command
line.
Reported-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32f429-disco.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32f429-disco.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stm32f429-disco.dts b/arch/arm/boot/dts/stm32f429-disco.dts index 8bd3de52a373..f0b731db6f53 100644 --- a/arch/arm/boot/dts/stm32f429-disco.dts +++ b/arch/arm/boot/dts/stm32f429-disco.dts @@ -53,8 +53,8 @@ compatible = "st,stm32f429i-disco", "st,stm32f429"; chosen { - bootargs = "console=ttyS0,115200 root=/dev/ram rdinit=/linuxrc"; - linux,stdout-path = &usart1; + bootargs = "root=/dev/ram rdinit=/linuxrc"; + stdout-path = "serial0:115200n8"; }; memory { |