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 887E1C77B73 for ; Sat, 27 May 2023 13:03:05 +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=ALXDuM8fZvAzk5ECEwxhdVVrzHPCQPj6DYSn8DpBT6o=; b=oDNIuKo9O4NC7a e4UH4toNeeWr8x5K1JKsqPvdQg/4gMy6v6jBV5qyNP4fQcAs7Z/PU7MYeTjknGM7QRaz+yvyxsC9q mv/i9C5Ub3pyHXop4d/MQQANM/bLGPyNpSAhXHH0ulqZB/MiZ7jrGzqDbU9VRtA6p8WAYWibgcHXs jwCIxXdem37ghZ0T5GsokDjTehqn1mKlsCEeUT6QE5Na3OCQeYd5dWBvRMWCD+pZhKf7VNVpdS5d8 xPWImlv5in42/xj299vJ2DiFCDRRbXtkOMcUvQUK3Fv/Z3HZIbXF4PGWHZvScaV2PlFqFU6To0A6O M/nXUWTsf5qEmgwaWjXg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q2tZ8-005lfc-2E; Sat, 27 May 2023 13:02:38 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q2tZ6-005lf0-01 for linux-arm-kernel@lists.infradead.org; Sat, 27 May 2023 13:02:37 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 911A260C95; Sat, 27 May 2023 13:02:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 06584C433EF; Sat, 27 May 2023 13:02:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685192555; bh=yjmBBIb52zW131QQFgr5uyH/9BLgLxIJMoS0r4knIMA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PpZG7cIEyt+LNQrDLCA0K5ykp0LoDW8E1Yr5yDgaY1yfYoWHZMlcsi7Biv/EV9Trg mOyLnnSpX4P30qAXOW5XhcyNhJHchcoKMxyFoS+CGAxjKD6JlYF7lzlFFO/K0959w4 M4uWZHEyxR9O9tWeLI3rkYj0NE8OYV5SvPd94Q2HLsWOShBW0ACaR6yA6GlJvGpJkC OeY3+4m2R/ViaT9AAqQ/2rysZTb6IwYoif1C9qmTbwASyndRoj351LqZOPlt6eXNg8 En8WPjAz9jnzuqfLqK+luwT50nb26yVFwKADdYPOFwA7DK60+bcKcCTRzYQucQWK24 ShEZewicn5N6g== Date: Sat, 27 May 2023 21:02:22 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Conor Dooley , Fabio Estevam , Krzysztof Kozlowski , NXP Linux Team , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , devicetree@vger.kernel.org Subject: Re: [PATCH v2] arm64: dts: imx8mp: Enable SAI audio on MX8MP DHCOM PDK2 and PDK3 Message-ID: <20230527130222.GX528183@dragon> References: <20230527102233.5789-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230527102233.5789-1-marex@denx.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230527_060236_082506_A525EB2C X-CRM114-Status: GOOD ( 12.81 ) 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 Sat, May 27, 2023 at 12:22:33PM +0200, Marek Vasut wrote: > Add SAI I2S and audio bindings on MX8MP DHCOM PDK2 and PDK3. > > The VDDA is supplied from on-carrier-board regulator, the VDDIO > is supplied from always-on on-SoM regulator. Except for different > I2C bus used to connect the codec, the implementation is virtually > identical on both carrier boards. > > Align regulator-avdd name to regulator-3p3vdd on PDK3, since this > is the VDDA supply and it is the same on both carrier boards. > > Signed-off-by: Marek Vasut Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel