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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2758DC433EF for ; Sun, 12 Jun 2022 02:26:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gCjar900fUf0WBReC5PqKGTGJkKRSF7qga+obFFgEZE=; b=KkAcjv5Me/n9It uDVsQsMsDatpAA4VvOMlN9E9QsrwnagIgftCAnnSpMSRnFVhHWrJrJ+WUcbexreyJ6uiVm/4dRqM0 Q5Nps1CxMvUgUelMi+Y/A9gPTUrQIy9BpF/nojQ4yxayzY1aoRyyOZgzK7YMyAAr+6VyAnJo4VVKi oF3bfj5md9nuIUzld1jF2L+czwzxM7rWtAM/zYj99g7velLPqRqh4XVtAUwUghHRTeu0kuUkym/us Z/YzVJJK+aeL/DIM42gqdXoy8VOZjEmV0akzk/rwexqhNAE7EC5EobolUe/HTxAd8oYYhbM6KI02I HzFvGolnNdeFcFjYot1Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o0DH7-00FEWx-6G; Sun, 12 Jun 2022 02:24:25 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o0DH4-00FEWN-Fu for linux-arm-kernel@lists.infradead.org; Sun, 12 Jun 2022 02:24:23 +0000 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 B2968B80B46; Sun, 12 Jun 2022 02:24:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3BE27C34116; Sun, 12 Jun 2022 02:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655000658; bh=PSVVo4MMqtXkmmGywcpX454NAXzC7JGn17pOkjtg4N0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vJFcy7G2QD0RtIRrX8ZLTtpk2Hlpy4I9zjbKUZTeMzvqhPocaa96JMuaW94ss+hVX rzTsrrgMtCNcuoFsTEgWfKpd2gvLFrJ1q/yjKBnWoHzqhjFt6h7O7l5mYk1D7gnvHu ubkyvnTioy7UiBgEzH+RE+ZVuPcm6VPI5UUx0RdOmLRu/QFSu0hZT+noo0kwcJxkjU NWJxvZRlJ6Saa89rLaWIHNKq3X4ieyVUb9wWvCD9BdQ2BIz1ZgS5+9Lq+NvDEbNQ4Z XQPUwifT+m9NqCbcY1pEGKql2XOmfPEv7vsctyBlC1bsetpLBgYQNX5MbZ5iHRYoqq EFXTe3byqFGbQ== Date: Sun, 12 Jun 2022 10:24:12 +0800 From: Shawn Guo To: Lucas Stach Cc: Pengutronix Kernel Team , NXP Linux Team , linux-arm-kernel@lists.infradead.org, Fabio Estevam , patchwork-lst@pengutronix.de Subject: Re: [PATCH] arm64: dts: imx8mp-evk: add regulator supply to CPU nodes Message-ID: <20220612022412.GQ254723@dragon> References: <20220525103520.3357615-1-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220525103520.3357615-1-l.stach@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220611_192422_723656_E81C11B8 X-CRM114-Status: GOOD ( 10.58 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, May 25, 2022 at 12:35:20PM +0200, Lucas Stach wrote: > This supply is used by cpufreq to scale the voltage applied to the > ARM voltage domain of the SoC when switching between the different > operating points. > > Signed-off-by: Lucas Stach Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel