Message ID | 20170305233138.64574-3-icenowy@aosc.xyz (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> 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 7DA7460234 for <patchwork-linux-arm@patchwork.kernel.org>; Sun, 5 Mar 2017 23:33:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6F8A6272F9 for <patchwork-linux-arm@patchwork.kernel.org>; Sun, 5 Mar 2017 23:33:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 613E627D29; Sun, 5 Mar 2017 23:33:35 +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 [65.50.211.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 04DA7272F9 for <patchwork-linux-arm@patchwork.kernel.org>; Sun, 5 Mar 2017 23:33:35 +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:References: In-Reply-To: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:List-Owner; bh=C+wv+5I1RpsC7YDjOxpPiJ8uYWoNOc5EmrTUtPjajIo=; b=Ctvf2CCOhnp5VpQquTz7R9tCok QmG+JwozQhpSgagjOkBUEAOSyIpJ8vLsXBnq43exBry2CLwRR2LFa2aXt6dE/uV907Wow5bbNHLPg PEW3qrTvAQ436jWB075QeNaZpV4/smMyp2RxKrZaRGjBUSKUx9fM7du+nKy4XBPq9jgaRwsaAfAUT QidiSNw1tOyR2kRub5KgO6CcpmwrTe2dRKwKCPLL68OHQDkdH56efwp+CnjhxhklxjHTHswYcSvqR CsC4qcaYmq6NMqO4dMzk3QCA97qRGbtgwhS3mkXxkpaZCDGOk2ThXN+bJz7SlAjwgndpxMIV6cHwu I5C+1esg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1ckfee-0003Cd-Pq; Sun, 05 Mar 2017 23:33:32 +0000 Received: from forward13h.cmail.yandex.net ([2a02:6b8:0:f35::9e]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1ckfe1-0002fJ-BF for linux-arm-kernel@lists.infradead.org; Sun, 05 Mar 2017 23:32:55 +0000 Received: from smtp2m.mail.yandex.net (smtp2m.mail.yandex.net [IPv6:2a02:6b8:0:2519::122]) by forward13h.cmail.yandex.net (Yandex) with ESMTP id 126D9215FA; Mon, 6 Mar 2017 02:32:29 +0300 (MSK) Received: from smtp2m.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2m.mail.yandex.net (Yandex) with ESMTP id E807B2300E09; Mon, 6 Mar 2017 02:32:23 +0300 (MSK) Received: by smtp2m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id kBq6A3if5Q-WIeGBHAk; Mon, 06 Mar 2017 02:32:22 +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=1488756742; bh=byk89gquAb9FU+q7dTXbaO46XAEyGcMH01Kq9TuuW0w=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=HjJREpre02+4AqwOlO+Dc4cBi7Nqtf5WV/kKrkkgYPxemosUyXwqSzv4dedboQCxQ k6j4XtKOqTyYh4ciyoG8hW0MjXhhLdHzMNCkxQ9r0bZKMlqDV6PthtOqBdICLOz50G nvjrMUyFllTP6suhfAiT6B9NDxvmJ14EejWQBz/g= Authentication-Results: smtp2m.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 <icenowy@aosc.xyz> To: Rob Herring <robh+dt@kernel.org>, Maxime Ripard <maxime.ripard@free-electrons.com>, Chen-Yu Tsai <wens@csie.org> Subject: [PATCH v7 2/6] ARM: dts: sun8i: drop pinctrl-a10.h inclusion for H3 DTSI Date: Mon, 6 Mar 2017 07:31:34 +0800 Message-Id: <20170305233138.64574-3-icenowy@aosc.xyz> X-Mailer: git-send-email 2.11.1 In-Reply-To: <20170305233138.64574-1-icenowy@aosc.xyz> References: <20170305233138.64574-1-icenowy@aosc.xyz> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170305_153253_586161_4DEE9B46 X-CRM114-Status: UNSURE ( 8.80 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: devicetree@vger.kernel.org, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Icenowy Zheng <icenowy@aosc.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi index 9a3435527fde..b250e6d03b57 100644 --- a/arch/arm/boot/dts/sun8i-h3.dtsi +++ b/arch/arm/boot/dts/sun8i-h3.dtsi @@ -42,7 +42,6 @@ #include <dt-bindings/clock/sun8i-h3-ccu.h> #include <dt-bindings/interrupt-controller/arm-gic.h> -#include <dt-bindings/pinctrl/sun4i-a10.h> #include <dt-bindings/reset/sun8i-h3-ccu.h> / {
After converting to generic pinconf binding, pinctrl-a10.h is now not used at all. Drop its inclusion for H3 DTSI. Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> --- New patch extracted in v7. arch/arm/boot/dts/sun8i-h3.dtsi | 1 - 1 file changed, 1 deletion(-)