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 A83C1C38A02 for ; Sun, 30 Oct 2022 22:39:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229691AbiJ3Wjz (ORCPT ); Sun, 30 Oct 2022 18:39:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229476AbiJ3Wjy (ORCPT ); Sun, 30 Oct 2022 18:39:54 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E886CC67; Sun, 30 Oct 2022 15:39:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A927DB81076; Sun, 30 Oct 2022 22:39:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7722FC433D6; Sun, 30 Oct 2022 22:39:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667169591; bh=fi2z2xdBZG+ZUhsFZgwdsYmEXIU71T3LaQVeEQbiMY8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GFYkSOB4+cqCBr4ZCjAsldhFCevfK7SLcO21fyHIB7T9Gc0zTrUK1m6fljfkLI9BZ tp4nArWbcQcsVL98IYR/6mRqaiIYdh86GMmwf7NrfpCD2DbxQkjtjrLysW8zSR5DdC EJLmL4fBIOEi3oM7+O5cjgN9xNjF+iCLi41Aopzw5B+P0Ot+rHSzS1l1f/HX9wp9pP bpqofbGEkee+Shkrwdc+y3nzdY/Ja2jvwhRQfF5Pt838BZfG7BN6TufWtuVXwAGK/D JyNxOovUYiZXujAW/pR16ZGoF1a2ldNHeq6lhGZFjM31wUiBUUAkBA5N7VXzc7cPHa Z9nR4bT2mdgQw== Date: Sun, 30 Oct 2022 22:39:44 +0000 From: Conor Dooley To: "Lad, Prabhakar" Cc: Guo Ren , Paul Walmsley , Palmer Dabbelt , Albert Ou , Geert Uytterhoeven , Magnus Damm , Rob Herring , Krzysztof Kozlowski , Heiko Stuebner , Conor Dooley , Anup Patel , Atish Patra , Heinrich Schuchardt , devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Biju Das , Lad Prabhakar Subject: Re: [PATCH v5 4/7] riscv: dts: renesas: Add initial devicetree for Renesas RZ/Five SoC Message-ID: References: <20221028165921.94487-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20221028165921.94487-5-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, Oct 30, 2022 at 10:27:17PM +0000, Lad, Prabhakar wrote: > Hi Conor, > > > You could just move the below part to the second dtsi patch. Then > > > compile won't be broken. > > > > > > clocks = <&cpg CPG_MOD R9A07G043_NCEPLIC_ACLK>; > > > power-domains = <&cpg>; > > > resets = <&cpg R9A07G043_NCEPLIC_ARESETN>; > > > > The makefile for this directory is not added until the next patch right? > > The compile shouldn't be broken here since it therefore cannot be > > compiled? > > > These nodes are already present in the kernel [0] so the makefile > change in the next patch if made here still won't break the > compilation alone of SoC DTSI (included in dts). Yeah I know, I did actually build the dtb ;) I was just confused as to how Guo Ren had found a build issue with this patch that the follow on patch would fix, when this dtsi is not buildable in this patch.