From patchwork Tue Feb 27 08:00:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Agner X-Patchwork-Id: 10244453 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2263160211 for ; Tue, 27 Feb 2018 08:01:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 14E032A5A4 for ; Tue, 27 Feb 2018 08:01:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 08ECE2A5B9; Tue, 27 Feb 2018 08:01:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 286612A5A4 for ; Tue, 27 Feb 2018 08:01:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=HO8Q51swW1LGosQfOKo2j6KJ5Vbc7MZZDaDmH4Xi4HM=; b=ut1 nmD+CMmS5YA8eXH4/ZeD0F1paBF7Sp0CgUTHYXUtpUYy0sYPqtaChvR5VYqjI1Er+SR4wsv/Pbs8U xWUW27UjkvK6UuESMJFDa31DKB0l5HMHkkbZSjxFVMJuhEAJmgPO+pdfDNYhN9HOJ1O+i8coSny9g 23mIfSHf7R9ZNJanN+g1yloZxGvLlbf1jEKt7taJBBlAQshnymVslnQ+IfyKi7C2cQUYDFSLHS2pV LCZTsIH+1NvCNXI6maEYi8RPuNxYcMaIxuGm+NpaxxeKbzvrP/Ge/iWR0geSgsu5xIuGjJiPz4x6T 3qmHgQ86puw33f3RTawMb5VIiD0684Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eqaC3-0007bq-73; Tue, 27 Feb 2018 08:00:59 +0000 Received: from mail.kmu-office.ch ([2a02:418:6a02::a2]) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1eqaBp-0007Ib-St for linux-arm-kernel@lists.infradead.org; Tue, 27 Feb 2018 08:00:56 +0000 Received: from trochilidae.toradex.int (unknown [IPv6:2001:1620:c6e:10::3]) by mail.kmu-office.ch (Postfix) with ESMTPSA id 9D09B5C02D2; Tue, 27 Feb 2018 08:52:35 +0100 (CET) From: Stefan Agner To: shawnguo@kernel.org, kernel@pengutronix.de Subject: [PATCH v2] ARM: dts: imx6dl-colibri-eval-v3: Add chosen node Date: Tue, 27 Feb 2018 09:00:23 +0100 Message-Id: <20180227080023.17682-1-stefan@agner.ch> X-Mailer: git-send-email 2.16.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=agner.ch; s=dkim; t=1519717955; bh=EYUngpusFWmcbjp02JrnthpiD9N1Mr7+ndC7M+FpdvE=; h=From:To:Cc:Subject:Date:Message-Id; b=RfCGFO6ZMkKkY4WrEKCQHkgyRwxR6PWlEj8BXCfTDJDPhrw01PluRoaHauR6I/JK0OJgbY1t8DMc0kB0w7Vgi20hT54kQ6j4EJrDhqIgrM4tPy6r727Gp4KKPGj0feDgwbksxwlIo4K48dv31d8JAprOEbtKHGaSJ/QfgGe9yJU= X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180227_000046_432685_12B66D51 X-CRM114-Status: GOOD ( 12.74 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: fabio.estevam@nxp.com, devicetree@vger.kernel.org, Stefan Agner , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add Colibri UART_A as default serial console. Signed-off-by: Stefan Agner Reviewed-by: Fabio Estevam --- arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts b/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts index dcf9206f3e0d..d4f5c6862d27 100644 --- a/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts +++ b/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts @@ -63,6 +63,10 @@ rtc1 = &snvs_rtc; }; + chosen { + stdout-path = "serial0:115200n8"; + }; + clocks { /* Fixed crystal dedicated to mcp251x */ clk16m: clk@1 {