From patchwork Fri Dec 14 09:55:38 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 10730803 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 81E7D13BF for ; Fri, 14 Dec 2018 09:56:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 712192D1A0 for ; Fri, 14 Dec 2018 09:56:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 64DCC2D3EE; Fri, 14 Dec 2018 09:56:10 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED 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 CBF812D1A0 for ; Fri, 14 Dec 2018 09:56:09 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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=e8G9kUqRbLdoe8wpgIxIspbEc955aiW9L+ZPk5Uu9CA=; b=XvbCzWVKlAVCi5 HCd2oNegzT9OSkHCtoHauQdewQ34KF2B1wu0aZ09ubPifRA3smEy1rmcKvcBqr2XsmghsY01psY/Z H/AXo/82YVclpivWNHB8vmYX3IkskV9PCstoS90PZJGXsQyyKrgy6VSd3z1Tn7F3B5akJ/MDJrVpH 82iBeV4/sdO4tXlHgZSBijQM0lYS2/JyhjtQxAqBLjNcKDf6TxJfxRRZBKxndgVHepb6sXjdD03So bpnx/ea1UX0clcI3l3mYtfZn0ATRsTAnF5jxUI1QZMVteG41Ca9Urrsw81lZVkPRTu1yMGzI85kXh p1CF7yBxfg25Se55bHew==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gXkCV-0002m0-D5; Fri, 14 Dec 2018 09:56:07 +0000 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gXkCQ-0002k6-Mj for linux-arm-kernel@lists.infradead.org; Fri, 14 Dec 2018 09:56:05 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id 9B9C32074F; Fri, 14 Dec 2018 10:55:49 +0100 (CET) Received: from localhost (unknown [185.94.189.187]) by mail.bootlin.com (Postfix) with ESMTPSA id 5D73B20726; Fri, 14 Dec 2018 10:55:39 +0100 (CET) From: Maxime Ripard To: arm@kernel.org Subject: [PATCH] ARM: dts: suniv: Fix improper bindings include patch Date: Fri, 14 Dec 2018 10:55:38 +0100 Message-Id: <20181214095538.23714-1-maxime.ripard@bootlin.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181214_015602_871318_EAFE5E16 X-CRM114-Status: UNSURE ( 9.85 ) 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: Maxime Ripard , Mesih Kilinc , Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org 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 clock and reset bindings are going through different trees, and while the patch doesn't contain any value defined in that header, it still includes those files and result in a build breakage when building the DT without the matching clock and reset patches applied. Signed-off-by: Maxime Ripard --- Hi Arnd, Kevin, Olof, Could you apply (or squash) that patch on top of the current sunxi dt branch? Thanks! Maxime arch/arm/boot/dts/suniv-f1c100s.dtsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/boot/dts/suniv-f1c100s.dtsi b/arch/arm/boot/dts/suniv-f1c100s.dtsi index aff5f9022cd6..6100d3b75f61 100644 --- a/arch/arm/boot/dts/suniv-f1c100s.dtsi +++ b/arch/arm/boot/dts/suniv-f1c100s.dtsi @@ -4,9 +4,6 @@ * Copyright 2018 Mesih Kilinc */ -#include -#include - / { #address-cells = <1>; #size-cells = <1>;