From patchwork Thu Jan 8 11:03:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 5592061 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id CD0BDBF6C3 for ; Thu, 8 Jan 2015 11:15:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id ED82D2037D for ; Thu, 8 Jan 2015 11:15:13 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 426A52035B for ; Thu, 8 Jan 2015 11:15:13 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Y9B13-00039f-Fm; Thu, 08 Jan 2015 11:12:37 +0000 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Y9AtA-0004ih-F5 for linux-arm-kernel@lists.infradead.org; Thu, 08 Jan 2015 11:04:34 +0000 Received: by mail-wi0-f171.google.com with SMTP id bs8so2459656wib.4 for ; Thu, 08 Jan 2015 03:04:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=rLyCJ++uYS7u5fwQW4QO1vOlqnTnPa5DJJepungP2a8=; b=VVaWHw3D/6kwBpVaMGBkXsB/O5AS733iIkR73GdRaAq3OPJLr0tJoV12RYL1VHywcx CoPb8Rd3M2jfUZfwjyrbJ0tSufcURWqeJxzKIl233mWKt1C8WLQYu1uUeAJQZF52iYHI Rx/N3IFRlBkCuJ7tzsVv5S77ujlQL2s1UaEwQjoKGh3uwzSYxnVIV66bLVRcqB494r64 LUfUz58daclLmN72f583Um8rSDZ6h1iKrNygisjdEGA3Ob4HzqAX3oCG+oZUOFt2X/LZ o4C4/Pi3YA8BCo1CDSMvwL6KELZeJqtRG8kVHBPV4yvrezmT2zjsTKItUX0RF316wocq 4LIw== X-Received: by 10.194.174.3 with SMTP id bo3mr17717834wjc.98.1420715044450; Thu, 08 Jan 2015 03:04:04 -0800 (PST) Received: from ubix.com ([77.231.150.156]) by mx.google.com with ESMTPSA id o2sm6107249wiy.11.2015.01.08.03.04.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 08 Jan 2015 03:04:03 -0800 (PST) From: Matthias Brugger To: linux-kernel@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk, matthias.bgg@gmail.com Subject: [PATCH v2 2/2] ARM: mediatek: dts: Add uart to Aquaris5 Date: Thu, 8 Jan 2015 12:03:44 +0100 Message-Id: <1420715024-27738-3-git-send-email-matthias.bgg@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1420715024-27738-1-git-send-email-matthias.bgg@gmail.com> References: <1420715024-27738-1-git-send-email-matthias.bgg@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150108_030428_691022_C6E31A2F X-CRM114-Status: UNSURE ( 9.70 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: devicetree@vger.kernel.org, s.hauer@pengutronix.de, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch enables uart port for the Aquaris5 mobile phone. Signed-off-by: Matthias Brugger --- arch/arm/boot/dts/mt6589-aquaris5.dts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/mt6589-aquaris5.dts b/arch/arm/boot/dts/mt6589-aquaris5.dts index 0da0470..594a6f3 100644 --- a/arch/arm/boot/dts/mt6589-aquaris5.dts +++ b/arch/arm/boot/dts/mt6589-aquaris5.dts @@ -21,10 +21,20 @@ compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589"; chosen { - bootargs = "earlyprintk"; + bootargs = "console=ttyS0,921600n8 earlyprintk"; + stdout-path = &uart0; }; memory { reg = <0x80000000 0x40000000>; }; + +}; + +&uart0 { + status = "okay"; +}; + +&uart3 { + status = "okay"; };