From patchwork Sun Mar 5 23:31:33 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Icenowy Zheng X-Patchwork-Id: 9604803 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 E167A60234 for ; Sun, 5 Mar 2017 23:33:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D325D272F9 for ; Sun, 5 Mar 2017 23:33:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C6E9027D29; Sun, 5 Mar 2017 23:33:07 +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 AD504272F9 for ; Sun, 5 Mar 2017 23:33:06 +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=FUPU+Vpm2N42TRpibU85sRC+vEf8gV+lF36UtmiL/Rk=; b=LY9dAFLP9EGFlW4FyUimD7QTY6 5pICWlFArIHiCTmeQZPylpgz75hQwgVcSpn1XRL4ODT44AB18alevIQxk4c+6o5rsPsgcq2nzYbWx nCstQPI2zHvuXN3eiIR3BwJwsWf0ifOrOOrAtfjXmRHV4vk8dE0HxrofJLDo76vzcHviIyCUOuJhJ 9bWTAzx2RE8NwFZg6F4n3kjFJCX7u+wIgd9dvBOM4Obe5AJEBw3oTtal619DvHicen8UI/quzO7Jn TkPLR2HJ8NsED8dnJy+OB5nBFX0ViUHLNbMAF4VcH6bI1llRQQZNfBJRa8t+7D+svqx6KF2RHX41N BiExX7lg==; 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 1ckfeB-0002qz-4j; Sun, 05 Mar 2017 23:33:03 +0000 Received: from forward10o.cmail.yandex.net ([37.9.109.60]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1ckfdo-0002eA-13 for linux-arm-kernel@lists.infradead.org; Sun, 05 Mar 2017 23:32:42 +0000 Received: from smtp2m.mail.yandex.net (smtp2m.mail.yandex.net [77.88.61.129]) by forward10o.cmail.yandex.net (Yandex) with ESMTP id D729021A69; Mon, 6 Mar 2017 02:32:14 +0300 (MSK) Received: from smtp2m.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2m.mail.yandex.net (Yandex) with ESMTP id 4AE0B2300EFF; Mon, 6 Mar 2017 02:32:10 +0300 (MSK) Received: by smtp2m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id kBq6A3if5Q-W6eWdLEW; Mon, 06 Mar 2017 02:32:09 +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=1488756730; bh=wOj5umcmfpexqDzR/p7p05nDH4dSgjzLTx3KutXCLnQ=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=YruwZk9htHXYJ+Iui8lqK1X/HnYW1V/QxAjGOOi/pSME+toapH23BW7lSIkbikndT w+5SMinkgJbp4JXM5kmFcu5U01kF4CywB2A05BRQrT4vRFrDu5RdlMSWeoDGcLDzdY AJcbip0aOPZy0CZFmq49LkH0wgkquc5JpV+xMWTI= Authentication-Results: smtp2m.mail.yandex.net; dkim=pass header.i=@aosc.xyz X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0,1 0,1 0,1 1130000036118848 From: Icenowy Zheng To: Rob Herring , Maxime Ripard , Chen-Yu Tsai Subject: [PATCH v7 1/6] ARM: dts: sun8i: drop skeleton.dtsi inclusion in H3 DTSI Date: Mon, 6 Mar 2017 07:31:33 +0800 Message-Id: <20170305233138.64574-2-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_153240_334700_3423DB3C X-CRM114-Status: UNSURE ( 7.88 ) 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: 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 The skeleton.dtsi file is now deprecated, and do not exist in ARM64 environment. Since we will soon reuse most part of H3 DTSI for H5, which is an ARM64 chip, drop skeleton.dtsi inclusion now. Signed-off-by: Icenowy Zheng --- New patch extracted in v7. arch/arm/boot/dts/sun8i-h3.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi index 27780b97c863..9a3435527fde 100644 --- a/arch/arm/boot/dts/sun8i-h3.dtsi +++ b/arch/arm/boot/dts/sun8i-h3.dtsi @@ -40,8 +40,6 @@ * OTHER DEALINGS IN THE SOFTWARE. */ -#include "skeleton.dtsi" - #include #include #include