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 519C4C433FE for ; Sat, 19 Nov 2022 02:59:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231376AbiKSC71 (ORCPT ); Fri, 18 Nov 2022 21:59:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59920 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230171AbiKSC7Y (ORCPT ); Fri, 18 Nov 2022 21:59:24 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2EF0C809B4 for ; Fri, 18 Nov 2022 18:59:24 -0800 (PST) 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 E0126B82667 for ; Sat, 19 Nov 2022 02:59:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAC4BC433C1; Sat, 19 Nov 2022 02:59:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668826761; bh=1bpKyTHp8Io2f8+fgLohAbIzpI0/+f42qIdRcsXdQmA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Hogrf7LOYKtF0bBGNrT8xzkIEdtEkL07MuSzR/oKfXG4CemKCWbkfzb/VCm3ctiTz SwsPP5IETvOZgbSQfto3MkPG3YzlFhQmlvn+0qQ3+MsfPM7IdHZK+va/hhi8ebBJt9 dfWsOPICYxfXrhu2TRVc5rQlpQ6iVwUYIkj0CzjKLgRZpCsTx/eLnoQy/c6r26hBc7 pBGGGjHkDR2HBoIeJ5hs2ofFS7WnoXwjsFEM+fo/WPhHS+eIK8K9kbLrbVHV2aQ2UV eXGMaNpcNj+6qr+1nijkHA238b/sbCIQRb1rMKgQ5Zh8aK/lG2ur13sYU6xedvOoTk elYOxFwmijSzA== Date: Sat, 19 Nov 2022 10:59:16 +0800 From: Shawn Guo To: "Peng Fan (OSS)" Cc: s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Peng Fan , Marco Felsch Subject: Re: [PATCH V6 01/12] arm64: dts: imx8mp: add mlmix power domain Message-ID: <20221119025915.GB16229@T480> References: <20221117095403.1876071-1-peng.fan@oss.nxp.com> <20221117095403.1876071-2-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221117095403.1876071-2-peng.fan@oss.nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 17, 2022 at 05:53:52PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > Add mlmix power domain > > Signed-off-by: Peng Fan > Acked-by: Marco Felsch Applied, thanks!