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 7FC52EB64DD for ; Mon, 17 Jul 2023 00:09:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229591AbjGQAJ6 (ORCPT ); Sun, 16 Jul 2023 20:09:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49588 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229496AbjGQAJ6 (ORCPT ); Sun, 16 Jul 2023 20:09:58 -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 064E61A5; Sun, 16 Jul 2023 17:09:57 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 79FAD60EC9; Mon, 17 Jul 2023 00:09:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD044C433C8; Mon, 17 Jul 2023 00:09:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689552595; bh=Z9dg4ellLpkQabLVyn6gLd88300q6gBXA05WHBUVT6c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X9zdy6C74PMKc/L9e61POBhoywdbASXG1Tiekjkz6fuSIzjTM4sPEDRTB9LYDxhNF Er9MCPB5DKSiW+9VbY/xk0PBKMmfT+YstwJ8xjCzx+cLrMjfv+vyrnXKG8U51af676 HiBgheAezNfZbeGEPic7oFS41tD3tJqcukXAU/hnobeyT60oiruFcyMrLGtEmaTdE7 b50WPT/4JR1V+vLHKBNBepjWUKJH4fJC2J6lniAZyq0AOdrjxYv/jZHUFAbLbKuqVL YnODtxfh8aUH8xawuZGb2A0xGWYZiheqSkn5EmFNoIJ5X++GRMJZzAsgI2C5rgeL0O BwnbB1yfnFmyw== Date: Mon, 17 Jul 2023 08:09:45 +0800 From: Shawn Guo To: Tim Harvey Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Li Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] arm64: dts: imx8mm-venice-gw7901: add cpu-supply node for cpufreq Message-ID: <20230717000945.GC9559@dragon> References: <20230606153238.1448463-1-tharvey@gateworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Jul 12, 2023 at 09:13:49AM -0700, Tim Harvey wrote: > On Tue, Jun 6, 2023 at 8:32 AM Tim Harvey wrote: > > > > Add regulator config for cpu-supply in order to support cpufreq. > > > > Signed-off-by: Tim Harvey > > --- > > .../dts/freescale/imx8mm-venice-gw7901.dts | 18 +++++++++++++++++- > > 1 file changed, 17 insertions(+), 1 deletion(-) > > > > diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts > > index df3b2c93d2d5..d022b5807a24 100644 > > --- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts > > +++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts > > @@ -242,6 +242,22 @@ reg_wifi: regulator-wifi { > > }; > > }; > > > > +&A53_0 { > > + cpu-supply = <&buck2>; > > +}; > > + > > +&A53_1 { > > + cpu-supply = <&buck2>; > > +}; > > + > > +&A53_2 { > > + cpu-supply = <&buck2>; > > +}; > > + > > +&A53_3 { > > + cpu-supply = <&buck2>; > > +}; > > + > > &ddrc { > > operating-points-v2 = <&ddrc_opp_table>; > > > > @@ -511,7 +527,7 @@ BUCK1 { > > }; > > > > /* vdd_arm: 0.805-1.0V (typ=0.9V) */ > > - BUCK2 { > > + buck2: BUCK2 { > > regulator-name = "buck2"; > > regulator-min-microvolt = <700000>; > > regulator-max-microvolt = <1300000>; > > -- > > 2.25.1 > > > > Hi Shawn, > > I noticed this and several other of my pending patches delegated to > you got marked as 'archived' and no longer appear as new in my > patchwork queue [1]. I wanted to make sure they are still in your > queue or see if I need to resubmit them. I'm not sure what the process > is that you follow and if they got archived by you or something else. > Please let me know if I need to do anything: I do not use patchwork, so it doesn't reflect any status on my side. Shawn