From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9684FC4332F for ; Tue, 13 Dec 2022 17:10:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235622AbiLMRKI (ORCPT ); Tue, 13 Dec 2022 12:10:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37970 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235216AbiLMRKH (ORCPT ); Tue, 13 Dec 2022 12:10:07 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9CC66B10; Tue, 13 Dec 2022 09:10:05 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F07392F4; Tue, 13 Dec 2022 09:10:45 -0800 (PST) Received: from donnerap.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5B5B03F5A1; Tue, 13 Dec 2022 09:10:04 -0800 (PST) Date: Tue, 13 Dec 2022 17:10:02 +0000 From: Andre Przywara To: "Sudip Mukherjee (Codethink)" Cc: Jernej Skrabec , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Torvalds Subject: Re: mainline build failure due to e1d7dc52c3e6 ("ARM: dts: suniv: f1c100s: add CIR DT node") Message-ID: <20221213171002.23c8c712@donnerap.cambridge.arm.com> In-Reply-To: References: Organization: ARM X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 13 Dec 2022 10:52:34 +0000 "Sudip Mukherjee (Codethink)" wrote: Hi Sudip, thanks for the heads up. > The latest mainline kernel branch fails to build arm allmodconfig and > multi_v5_defconfig with the error: > > Error: arch/arm/boot/dts/suniv-f1c100s.dtsi:250.30-31 syntax error > FATAL ERROR: Unable to parse input tree This is because the clock patch hasn't reached Linus' tree yet, as it's coming from a different branch: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/log/?h=sunxi/clk-for-6.2 In the original series I had it in the right order, but I guess the single line to add the "CLK_IR" symbol should have been in a separate patch and gone along with the DT patches. Anyway it should magically solve itself in the next hours/days, I guess. Cheers, Andre > git bisect pointed to e1d7dc52c3e6 ("ARM: dts: suniv: f1c100s: add CIR DT node") > > I will be happy to test any patch or provide any extra log if needed. > >