From patchwork Fri Dec 2 15:19:13 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Icenowy Zheng X-Patchwork-Id: 9458797 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 C4EE260585 for ; Fri, 2 Dec 2016 15:27:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B6AE2284D1 for ; Fri, 2 Dec 2016 15:27:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A9B1C284DD; Fri, 2 Dec 2016 15:27:27 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 17328284D1 for ; Fri, 2 Dec 2016 15:27:27 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1cCpiZ-0000CC-DE; Fri, 02 Dec 2016 15:25:43 +0000 Received: from forward16o.cmail.yandex.net ([37.9.109.213]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1cCpdJ-0001Ji-3v for linux-arm-kernel@lists.infradead.org; Fri, 02 Dec 2016 15:20:22 +0000 Received: from smtp2p.mail.yandex.net (smtp2p.mail.yandex.net [77.88.29.85]) by forward16o.cmail.yandex.net (Yandex) with ESMTP id E546A21ECD; Fri, 2 Dec 2016 18:19:52 +0300 (MSK) Received: from smtp2p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2p.mail.yandex.net (Yandex) with ESMTP id D89561A80059; Fri, 2 Dec 2016 18:19:47 +0300 (MSK) Received: by smtp2p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id GRoN34j6re-JfPq1PuM; Fri, 02 Dec 2016 18:19:45 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aosc.xyz; s=mail; t=1480691986; bh=xc8viRMr6UyYpbH4v7kBhQEfd9VJDgoyQR1xsVK95sU=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=SDH6AildmIoV6ksRbPppJj+/yKO7vnZG7jyvVO/JFXrDhCHvN3s/XWc4rsDWf1S08 gPeg3PIzkMC8mEh7kvTsW423IFVSNiPi5nEDuVB1tFbLOvkZFpMiOnq8bGxKnx12Xo cKlNsXuSllJ///j56RvhNAyUR65RAvSwEew4+7ds= Authentication-Results: smtp2p.mail.yandex.net; dkim=pass header.i=@aosc.xyz X-Yandex-ForeignMX: FR X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0,1 0,1 0,1 1130000036118848 From: Icenowy Zheng To: Maxime Ripard , Chen-Yu Tsai , Hans de Goede Subject: [PATCH 2/2] arm: dts: sun8i: reuse the uart1 node of iNet D978 rev2 board Date: Fri, 2 Dec 2016 23:19:13 +0800 Message-Id: <20161202151913.38892-2-icenowy@aosc.xyz> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161202151913.38892-1-icenowy@aosc.xyz> References: <20161202151913.38892-1-icenowy@aosc.xyz> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161202_072017_714360_6EE7E08C X-CRM114-Status: UNSURE ( 7.41 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Icenowy Zheng 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 As a uart1 node is added into sun8i-reference-design-tablet.dtsi, simply use it in iNet D978 rev2 device tree. Signed-off-by: Icenowy Zheng --- arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts index fb46655..7335461 100644 --- a/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts +++ b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts @@ -49,15 +49,6 @@ model = "INet-D978 Rev 02"; compatible = "primux,inet-d978-rev2", "allwinner,sun8i-a33"; - aliases { - serial0 = &uart1; - }; - - chosen { - /* Delete debug UART as serial0 is the UART for bluetooth */ - /delete-property/stdout-path; - }; - leds { compatible = "gpio-leds"; pinctrl-names = "default"; @@ -96,13 +87,6 @@ }; }; -&r_uart { - status = "disabled"; -}; - &uart1 { - pinctrl-names = "default"; - pinctrl-0 = <&uart1_pins_a>, - <&uart1_pins_cts_rts_a>; status = "okay"; };