From patchwork Sun Feb 26 06:00:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Stuebner X-Patchwork-Id: 9592177 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 CD02C60459 for ; Sun, 26 Feb 2017 06:02:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B714E281D2 for ; Sun, 26 Feb 2017 06:02:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AA3E8281F9; Sun, 26 Feb 2017 06:02:23 +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 68E5D281D2 for ; Sun, 26 Feb 2017 06:02:23 +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=QMbA4X5Y82XXlLhGkS7Y1PBb17YMkfmCUIy7tb8le4A=; b=WTAguOd1QtZv3wrSOpvZI3rV02 OLWZfzSSGF2tVZm4zgtGAT+dayJMKgXamjYP/w9JBOEdDDkEt8jVYKUnzakTgVG+Y4IFKG3EPNqgN b1QydowszRmqux+T97KQK2U4waOWxDp3qSGSIXrATzkq8Ftm+2ENW5J3lrW2OpNJucvtbK+c9yPdh B1MbDcd1rclFjrdBV6rokvKE3JToWjaTSobr8qezABUQTcKXB5pfcIMWQv4JSreZl0LZgs5oEXHbd bsG5uhWO6eF/WiILi/r5RhWOIACWvzUG7kM7COfVrol1pWxxYRp1wkleynqAUUtX/3dhIJXqNdLw9 6wRTcO5Q==; 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 1chruL-0002VU-GH; Sun, 26 Feb 2017 06:02:09 +0000 Received: from gloria.sntech.de ([95.129.55.99]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1chrtu-0002QX-9c; Sun, 26 Feb 2017 06:01:45 +0000 Received: from c-76-103-248-133.hsd1.ca.comcast.net ([76.103.248.133] helo=phil.sntech) by gloria.sntech.de with esmtpsa (TLS1.1:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1chrtU-0001x8-88; Sun, 26 Feb 2017 07:01:16 +0100 From: Heiko Stuebner To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/2] arm64: dts: add arm/arm64 include symlinks Date: Sun, 26 Feb 2017 07:00:58 +0100 Message-Id: <20170226060058.5841-2-heiko@sntech.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170226060058.5841-1-heiko@sntech.de> References: <20170226060058.5841-1-heiko@sntech.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170225_220142_516587_7EF69A13 X-CRM114-Status: UNSURE ( 9.01 ) 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, Heiko Stuebner , arnd@arndb.de, briannorris@chromium.org, dianders@chromium.org, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, olof@lixom.net 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 Allow including of dtsi files in an architecture-independent manner. Some dtsi files may be shared between architectures and one suggestion was to have symlinks and let these includes get accessed via a #include So add the necessary symlinks for arm32. Suggested-by: Olof Johansson Signed-off-by: Heiko Stuebner Reviewed-by: Brian Norris Tested-by: Brian Norris --- Suggested by Olof in response to the patch adding direct symlinks for cros-ec includes. Tested with adapted rk3399-Gru dtsi files and while we only need this arm64 version right now, it might make sense to already have both the arm32 and arm64 versions ready. arch/arm64/boot/dts/include/arm | 1 + arch/arm64/boot/dts/include/arm64 | 1 + 2 files changed, 2 insertions(+) create mode 120000 arch/arm64/boot/dts/include/arm create mode 120000 arch/arm64/boot/dts/include/arm64 diff --git a/arch/arm64/boot/dts/include/arm b/arch/arm64/boot/dts/include/arm new file mode 120000 index 000000000000..cf63d80e2b93 --- /dev/null +++ b/arch/arm64/boot/dts/include/arm @@ -0,0 +1 @@ +../../../../arm/boot/dts \ No newline at end of file diff --git a/arch/arm64/boot/dts/include/arm64 b/arch/arm64/boot/dts/include/arm64 new file mode 120000 index 000000000000..a96aa0ea9d8c --- /dev/null +++ b/arch/arm64/boot/dts/include/arm64 @@ -0,0 +1 @@ +.. \ No newline at end of file