Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752095AbbGWFQa (ORCPT ); Thu, 23 Jul 2015 01:16:30 -0400 Received: from mail-yk0-f179.google.com ([209.85.160.179]:35513 "EHLO mail-yk0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751005AbbGWFQX (ORCPT ); Thu, 23 Jul 2015 01:16:23 -0400 MIME-Version: 1.0 In-Reply-To: References: <1436693957-30855-1-git-send-email-mcoquelin.stm32@gmail.com> Date: Thu, 23 Jul 2015 07:16:22 +0200 Message-ID: Subject: Re: [PATCH] ARM: dts: Add STM32429i-EVAL board support From: Maxime Coquelin To: Olof Johansson Cc: Arnd Bergmann , Kevin Hilman , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Daniel Thompson , Kamil Lulko , =?UTF-8?Q?Andreas_F=C3=A4rber?= Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1058 Lines: 33 Hi Olof, 2015-07-23 1:42 GMT+02:00 Olof Johansson : > Hi, > > On Sun, Jul 12, 2015 at 2:39 AM, Maxime Coquelin > 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 Thanks for the hint! I was not aware of that. I will send the new pull request fixing this, and also fixing STM32F429 Discovery board shortly. Thanks, Maxime -- 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/