From patchwork Thu Dec 20 15:41:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ezequiel Garcia X-Patchwork-Id: 1900321 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 62F4ADF23A for ; Thu, 20 Dec 2012 15:45:35 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TliGU-0002Kc-6f; Thu, 20 Dec 2012 15:42:30 +0000 Received: from mail.free-electrons.com ([94.23.32.191]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TliGR-0002Jt-7A for linux-arm-kernel@lists.infradead.org; Thu, 20 Dec 2012 15:42:28 +0000 Received: by mail.free-electrons.com (Postfix, from userid 106) id 1068E18C; Thu, 20 Dec 2012 16:42:25 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham version=3.3.1 Received: from localhost.localdomain (50.222.3.200.ros.express.com.ar [200.3.222.50]) by mail.free-electrons.com (Postfix) with ESMTPA id E9E2812E; Thu, 20 Dec 2012 16:42:16 +0100 (CET) From: Ezequiel Garcia To: , Subject: [PATCH] arm: omap3: igep0020: Add console default kernel arguments Date: Thu, 20 Dec 2012 12:41:58 -0300 Message-Id: <1356018118-29852-1-git-send-email-ezequiel.garcia@free-electrons.com> X-Mailer: git-send-email 1.7.8.6 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121220_104227_442754_817EAD7E X-CRM114-Status: UNSURE ( 9.11 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Gregory Clement , Thomas Petazzoni , Javier Martinez Canillas , Enric Balletbo i Serra , Ezequiel Garcia X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org IGEP v2 boards has console as ttyO2,115200n8. It's better so simply set this as the default kernel argument directly in the device tree board file. Cc: Enric Balletbo i Serra Cc: Javier Martinez Canillas Signed-off-by: Ezequiel Garcia --- arch/arm/boot/dts/omap3-igep0020.dts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-igep0020.dts b/arch/arm/boot/dts/omap3-igep0020.dts index e2b9849..45ffe21 100644 --- a/arch/arm/boot/dts/omap3-igep0020.dts +++ b/arch/arm/boot/dts/omap3-igep0020.dts @@ -15,6 +15,10 @@ model = "IGEPv2"; compatible = "isee,omap3-igep0020", "ti,omap3"; + chosen { + bootargs = "console=ttyO2,115200n8 earlyprintk"; + }; + leds { compatible = "gpio-leds"; boot {