From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754358AbbJOCpA (ORCPT ); Wed, 14 Oct 2015 22:45:00 -0400 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:7525 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751875AbbJOCo7 (ORCPT ); Wed, 14 Oct 2015 22:44:59 -0400 Date: Thu, 15 Oct 2015 10:40:45 +0800 From: Jisheng Zhang To: Stephen Rothwell CC: Olof Johansson , Arnd Bergmann , , Thomas Hebb , Antoine Tenart , , , "Sebastian Hesselbarth" Subject: Re: linux-next: build failure after merge of the arm-soc tree Message-ID: <20151015104045.04136253@xhacker> In-Reply-To: <20151015101920.7fa592f7@canb.auug.org.au> References: <20151015101920.7fa592f7@canb.auug.org.au> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-10-15_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=inbound_notspam policy=inbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1507310000 definitions=main-1510150035 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear all, On Thu, 15 Oct 2015 10:19:20 +1100 Stephen Rothwell wrote: > Hi all, > > After merging the arm-soc tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > arch/arm/boot/dts/berlin2q.dtsi:62.24-25 syntax error > FATAL ERROR: Unable to parse input tree I just checked, this is caused by missing the following two commits f72d787d9287 ("clk: berlin: move MAX_CLKS out of drivers/clk/berlin") 44b2e5f96d5e ("clk: berlin: add cpuclk") Thanks, Jisheng > > I can't see what caused this error, so I have just used the arm-soc tree > from next-20151013 for today. >