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 D541BC4332F for ; Tue, 15 Mar 2022 22:55:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344418AbiCOW4S (ORCPT ); Tue, 15 Mar 2022 18:56:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41008 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231627AbiCOW4P (ORCPT ); Tue, 15 Mar 2022 18:56:15 -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 31FA613D43; Tue, 15 Mar 2022 15:55:02 -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 DCA92B8175E; Tue, 15 Mar 2022 22:55:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 73F2DC340E8; Tue, 15 Mar 2022 22:54:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647384899; bh=hP0hQ+FSDuIJsjGAAZ54SAGZsV5IZs9klzsGioeb6+E=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=Tb7BXTjUZuwjCHV6reInbp6pttDwUfN3gAhDQ7JVgIabvAuHuHvawepnBmHwpLvqK Jco14rXeADtC67CrvRmcPLto68sagjjcnzkg/u6WKUw8uKkxZy+Xmr7FLtzPBS4Mb2 Z6lIsS3s7VzfMGeiswenjU4TgUjQVnY3LiUnVMsEBocSghpiDuTaoBTNLMH/pLo5Pg WZx6j/2BMPXXZYpZdjDnZcjPnXFmOgHVvnYfkwobjPOV58DEvVUJDhR5Wh5mpUSOJb la5OpD2YnbYBwp5od936BdfephsaJjhEyu/wLNdV++heqdkUcmWJKPXGskpLf/Gr15 Ti2XX6ntGBEAQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: Subject: Re: [PATCH v2 3/5] riscv: dts: Change the macro name of prci in each device node From: Stephen Boyd Cc: Zong Li , Palmer Dabbelt To: Zong Li , devicetree@vger.kernel.org, lee.jones@linaro.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, mturquette@baylibre.com, palmer@dabbelt.com, paul.walmsley@sifive.com, robh+dt@kernel.org Date: Tue, 15 Mar 2022 15:54:57 -0700 User-Agent: alot/0.10 Message-Id: <20220315225459.73F2DC340E8@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Zong Li (2022-03-04 02:03:19) > We currently change the macro name for fu540 and fu740 by adding the > prefix respectively, these marcos are referenced by some device nodes, > they should be modified as well. >=20 > Signed-off-by: Zong Li > Acked-by: Palmer Dabbelt > --- Cool. So it looks like I can take the clk patches and not this one and it should be OK?