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 36EA2C433FE for ; Tue, 15 Mar 2022 23:59:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352701AbiCPABJ (ORCPT ); Tue, 15 Mar 2022 20:01:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344372AbiCPABI (ORCPT ); Tue, 15 Mar 2022 20:01:08 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E63E05BE75; Tue, 15 Mar 2022 16:59:55 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 82FFD61537; Tue, 15 Mar 2022 23:59:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DBDEDC340E8; Tue, 15 Mar 2022 23:59:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647388794; bh=VIGn1ncc/0gbk0CSV7hTIb7IyEeDRexfDbUxge/z2yo=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=Xs8Bw6DTVN1p+y1/8dm4UTd0+HPW41Aj8RH7gToMBUnVtWS4MK2n7FTAHN8ie1GlM RtYPLDvVm9NZTCfjakfa5FvgLtjlGpfV7Db6A5JUJifrzHjHu0fC9K8B1CW0/19POc QTm9u5I3cUecjDAoEurX7mfjqOVLcCnP6KoKG5qBlcWb/t2To7oBg8SnRviVTgyrWT omshvAgSWlPAO1T4x+jmtuRMwyx9xd8xwmQzvCYTOA0kuGg8JG2OXYh7k0WowP+bVP w1P9lpryqnz+O15F9F0FScPN9Dy3EHyyEOvlj/yKcFZrbazkFEAye/ApZadXRI442X tk9jWtZ7zwk1g== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: Subject: Re: [PATCH v2 2/5] dt-bindings: change the macro name of prci in header files and example From: Stephen Boyd Cc: Zong Li , Rob Herring , 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 16:59:53 -0700 User-Agent: alot/0.10 Message-Id: <20220315235954.DBDEDC340E8@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Zong Li (2022-03-04 02:03:18) > We currently change the macro name for fu540 and fu740 by adding the > prefix respectively, the dt-bindings should be modified as well. >=20 > Signed-off-by: Zong Li > Acked-by: Rob Herring > Acked-by: Palmer Dabbelt > --- Applied to clk-next