Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753524AbbGVXmE (ORCPT ); Wed, 22 Jul 2015 19:42:04 -0400 Received: from mail-ob0-f182.google.com ([209.85.214.182]:34837 "EHLO mail-ob0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753177AbbGVXmC (ORCPT ); Wed, 22 Jul 2015 19:42:02 -0400 MIME-Version: 1.0 X-Originating-IP: [216.9.110.11] In-Reply-To: <1436693957-30855-1-git-send-email-mcoquelin.stm32@gmail.com> References: <1436693957-30855-1-git-send-email-mcoquelin.stm32@gmail.com> Date: Wed, 22 Jul 2015 16:42:01 -0700 Message-ID: Subject: Re: [PATCH] ARM: dts: Add STM32429i-EVAL board support From: Olof Johansson To: Maxime Coquelin 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: 813 Lines: 25 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 -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/