From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Xu Subject: Re: linux-next: build failure after merge of the arm-soc tree Date: Fri, 26 Sep 2014 10:57:54 +0800 Message-ID: <5424D632.4000004@hisilicon.com> References: <20140926115539.6873630b@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from szxga02-in.huawei.com ([119.145.14.65]:22458 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752386AbaIZC6O (ORCPT ); Thu, 25 Sep 2014 22:58:14 -0400 In-Reply-To: <20140926115539.6873630b@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell , Olof Johansson , Arnd Bergmann , linux-arm-kernel@lists.infradead.org Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Zhangfei Gao , Jiancheng Xue On 2014/9/26 9:55, Stephen Rothwell wrote: > Hi all, > > After merging the arm-soc tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > Error: arch/arm/boot/dts/hisi-x5hd2.dtsi:374.22-23 syntax error > FATAL ERROR: Unable to parse input tree > > There are a series of new commits to this file today and I have no idea > which one caused the problem. Hi Stephen, Sorry for that. It is caused by this commit: 610bd8722ef4 "ARM: dts: hix5hd2: add wdg node". And Olof has already helped to reverted this commit. Best Regards, Wei > I reverted: > > 610bd8722ef4 "ARM: dts: hix5hd2: add wdg node" > 6868feb6dd97 "ARM: dts: hix5hd2: add gpio node" > 420a2d55f046 "ARM: dts: hix5hd2: add sata node" > f16c7fb2f3ff "ARM: dts: hix5hd2: add usb node" > b196e1ca400d "ARM: dts: hix5hd2: add mmc node" > de8b6054780e "ARM: dts: hix5hd2: add gmac node" > > which fixed the build problem. >