From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752146AbdBZI4B (ORCPT ); Sun, 26 Feb 2017 03:56:01 -0500 Received: from customer-85-204-195-167.ip4.gigabit.dk ([85.204.195.167]:41574 "EHLO customer-2a00-7660-0ca7-0000-0000-0000-0000-0b1b.ip6.gigabit.dk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750971AbdBZI4A (ORCPT ); Sun, 26 Feb 2017 03:56:00 -0500 Date: Sun, 26 Feb 2017 09:55:54 +0100 From: Rask Ingemann Lambertsen To: Icenowy Zheng Cc: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Catalin Marinas , Will Deacon , Andre Przywara , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v5 6/7] arm64: dts: allwinner: add Allwinner H5 .dtsi Message-ID: <20170226085553.b6o6mv7ibe5op4dg@localhost> References: <20170226011956.53581-1-icenowy@aosc.xyz> <20170226011956.53581-7-icenowy@aosc.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170226011956.53581-7-icenowy@aosc.xyz> User-Agent: NeoMutt/20161104 (1.7.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 26, 2017 at 09:19:55AM +0800, Icenowy Zheng wrote: > From: Andre Przywara > > The Allwinner H5 SoC is pin-compatible to the H3 SoC, but uses > Cortex-A53 cores instead. > Based on the now shared base .dtsi describing the common peripherals > describe the H5 specific nodes on top of that. > That symlinks in the sunxi-h3-h5.dtsi from the arch/arm tree. > > Signed-off-by: Andre Przywara > [Icenowy: add H5 pinctrl compatible, and changes for my h3-h5 dtsi > refactor, commit message change to met new arm64 naming scheme, s/change to met/change to meet/ or s/change to met/changed to meet/ ? > diff --git a/arch/arm64/boot/dts/allwinner/sunxi-h3-h5.dtsi b/arch/arm64/boot/dts/allwinner/sunxi-h3-h5.dtsi > new file mode 120000 > index 000000000000..036f01dc2b9b > --- /dev/null > +++ b/arch/arm64/boot/dts/allwinner/sunxi-h3-h5.dtsi > @@ -0,0 +1 @@ > +../../../../arm/boot/dts/sunxi-h3-h5.dtsi > \ No newline at end of file But it's missing more than just a newline, isn't it? Shouldn't it read #include <../../../../arm/boot/dts/sunxi-h3-h5.dtsi> ? -- Rask Ingemann Lambertsen