From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 15 Nov 2012 11:48:57 +0000 Subject: [GIT PULL] Ux500 pin changes In-Reply-To: <20121115112032.GB21682@gmail.com> References: <20121115112032.GB21682@gmail.com> Message-ID: <201211151148.57546.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 15 November 2012, Lee Jones wrote: > On Thu, 15 Nov 2012, Linus Walleij wrote: > > > On Mon, Nov 12, 2012 at 11:35 PM, Arnd Bergmann wrote: > > > > > u8500_defconfig now gives me two new errors in arm-soc/for-next when building with > > > -Werror: > > > > > > arch/arm/mach-ux500/board-mop500-pins.c:73:22: error: 'out_hi_wkup_pdis' defined but not used [-Werror=unused-variable] > > > > I've sent a fix for this, could you apply that patch directly to the > > drivers branch? > > > > > and the existing: > > > > > > ERROR (phandle_references): Reference to non-existent node or label "tc3589x_gpio" > > > > > > Can you provide patches to fix these up? > > > > What on earth is that? Lee, do you know how to fix this one up, I shamelessly > > assume it to be related to commit: > > commit 3113e679021a3a6bace1c62a8432cc0ec27c09ab > > "gpio: Enable the tc3298x GPIO expander driver for Device Tree" > > I haven't seen this error. > > Which kernel is this? How do I reproduce? > It's currently in arm-soc/for-next. Reproduce with "make u8500_defconfig && make". I haven't bisected the problem, but it's obvious that some dts files reference the "tc3589x_gpio" file that is not defined anywhere. Arnd