From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: next-20170323 build: 2 failures 4 warnings (next-20170323) Date: Thu, 23 Mar 2017 08:44:07 -0700 Message-ID: References: <20170323110249.3tf3tjo6c2y5qbkh@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pg0-f49.google.com ([74.125.83.49]:32914 "EHLO mail-pg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935317AbdCWPoL (ORCPT ); Thu, 23 Mar 2017 11:44:11 -0400 Received: by mail-pg0-f49.google.com with SMTP id w20so23074908pgc.0 for ; Thu, 23 Mar 2017 08:44:10 -0700 (PDT) In-Reply-To: <20170323110249.3tf3tjo6c2y5qbkh@sirena.org.uk> (Mark Brown's message of "Thu, 23 Mar 2017 11:02:49 +0000") Sender: linux-next-owner@vger.kernel.org List-ID: To: Mark Brown Cc: Martin Blumenstingl , Neil Armstrong , kernel-build-reports@lists.linaro.org, linaro-kernel@lists.linaro.org, linux-next@vger.kernel.org, linux-arm-kernel@lists.infradead.org Mark Brown writes: > On Thu, Mar 23, 2017 at 07:56:49AM +0000, Build bot for Mark Brown wrote: > > Today's -next fails to build an arm64 allmodconfig and defconfig due to: > >> arm64-allmodconfig >> arm64-defconfig >> ERROR (phandle_references): Reference to non-existent node or label "pwm_f_clk_pins" >> ERROR (phandle_references): Reference to non-existent node or label "pwm_ao_a_3_pins" >> ERROR: Input tree has errors, aborting (use -f to force output) > > The offending references are in 3224eaca966088b4cf4f1ca3 (ARM64: dts: > meson-gxl: add support for the Khadas VIM board), there doesn't seem to > be anything providing those phandles in either mainline or -next. This was my fault, I backed it out soon after I committed, but it was picked up by -next before I removed it. Sorry for the noise, Kevin