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 48381C4167B for ; Mon, 27 Nov 2023 01:29:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231186AbjK0B2N (ORCPT ); Sun, 26 Nov 2023 20:28:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229472AbjK0B2M (ORCPT ); Sun, 26 Nov 2023 20:28:12 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 28D72E3 for ; Sun, 26 Nov 2023 17:28:19 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0362DC433C8; Mon, 27 Nov 2023 01:28:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701048498; bh=pMn0ALzR57zJy6WWUl9/MYezMl/SFwEMMySu1BA/Gfw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=u4nAgSuQLTaMv2Iln2/7AiGra7MQK3QQBm4kqJ/R0X01Xh+DDrZqLz7m+CpZmfU6Y 6715YG45kizVIM94jaJSbJXf+hh9NL1OzJOja3lYsqL4dlQhdHBokV1AR+B4qA1agY L7gEDz64U3bG+nTAQ7yitUpPi+sawZ8vKhdnuqgReEi6g2Gg6SWz0kpnKqG0jiGaQ9 6luRLfhyEj+EoPmU5Fx2gEnqV5LJkmCJWfgmpH6qls2Y/2pldPmdFnJrN7Q7ri7bbm wPtfbIUTTROdZZ6TLl3xj2KzraOKUOPpty4j4lL/b/sroSA+hCoGx+2HPFsWHXNbQ2 9/DyZFjzTZGtg== Date: Mon, 27 Nov 2023 09:28:11 +0800 From: Shawn Guo To: Chancel Liu Cc: lgirdwood@gmail.com, broonie@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH v3 1/3] arm64: dts: imx93: Add audio device nodes Message-ID: <20231127012811.GB87953@dragon> References: <20231122101959.30264-1-chancel.liu@nxp.com> <20231122101959.30264-2-chancel.liu@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231122101959.30264-2-chancel.liu@nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 22, 2023 at 06:19:57PM +0800, Chancel Liu wrote: > Add audio devices nodes including SAI, MICFIL, XCVR and MQS. > > Signed-off-by: Chancel Liu Applied, thanks!