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 > <fengguang.wu@xxxxxxxxx> 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 <horms+renesas@xxxxxxxxxxxx> 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 <yoshihiro.shimoda.uh@xxxxxxxxxxx> Signed-off-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> --- 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 <dt-bindings/clock/renesas-cpg-mssr.h> #include <dt-bindings/interrupt-controller/arm-gic.h> +#include <dt-bindings/power/r8a77995-sysc.h> / { compatible = "renesas,r8a77995"; -- 2.1.4