From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kirsty.vergenet.net ([202.4.237.240]:51376 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751551AbdIRIm1 (ORCPT ); Mon, 18 Sep 2017 04:42:27 -0400 Date: Mon, 18 Sep 2017 10:42:08 +0200 From: Simon Horman To: Geert Uytterhoeven Cc: kbuild test robot , Yoshihiro Shimoda , "kbuild-all@01.org" , Linux-Renesas , Geert Uytterhoeven Subject: Re: [renesas:arm64-dt-for-v4.15 47/48] Error: arch/arm64/boot/dts/renesas/r8a77995.dtsi:153.27-28 syntax error Message-ID: <20170918084207.GE4644@verge.net.au> References: <201709152238.zUqYhmzi%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Fri, Sep 15, 2017 at 07:35:56PM +0200, Geert Uytterhoeven wrote: > On Fri, Sep 15, 2017 at 4:10 PM, kbuild test robot > wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git arm64-dt-for-v4.15 > > head: 815e3b5923c6a8c6614d0d4d3bcba532402b1de4 > > commit: ddd7da4b39f805a8050ee662cc72a2c7f53160f5 [47/48] arm64: dts: renesas: r8a77995: add GPIO device nodes > > config: arm64-allmodconfig (attached as .config) > > compiler: aarch64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 > > reproduce: > > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > git checkout ddd7da4b39f805a8050ee662cc72a2c7f53160f5 > > # save the attached .config to linux build tree > > make.cross ARCH=arm64 > > > > All errors (new ones prefixed by >>): > > > >>> Error: arch/arm64/boot/dts/renesas/r8a77995.dtsi:153.27-28 syntax error > > The definition of R8A77995_PD_ALWAYS_ON doesn't exist yet in that branch. > It will have to be rebased on top of v4.14-rc1 on Monday. During the rebasing I noticed that the following is needed. Commit ids are in my local next branch which I plan to push later today. From: Simon Horman Subject: [PATCH] arm64: dts: renesas: r8a77995: include r8a77995-sysc.h r8a77995-sysc.h is needed by R8A77970_PD_ALWAYS_ON which is used in the following commits. I plan to squash this patch into the first of those commits. Fixes: a858b7bbae45 ("arm64: dts: renesas: r8a77995: add GPIO device nodes") Fixes: 9aed640c65bc ("arm64: dts: renesas: r8a77995: Add EthernetAVB device node") Cc: Yoshihiro Shimoda Signed-off-by: Simon Horman --- arch/arm64/boot/dts/renesas/r8a77995.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/renesas/r8a77995.dtsi b/arch/arm64/boot/dts/renesas/r8a77995.dtsi index 3d477b9d702d..7da4ec188480 100644 --- a/arch/arm64/boot/dts/renesas/r8a77995.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a77995.dtsi @@ -11,6 +11,7 @@ #include #include +#include / { compatible = "renesas,r8a77995"; -- 2.1.4