From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.18]) by smtp.subspace.kernel.org (Postfix) with ESMTP id F077E481B3; Mon, 9 Dec 2024 08:04:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733731475; cv=none; b=LexkrUrsszp+CxQFAsc/EA+wWJbZ+9Nhyd2hWP2gOi4fiOr+dsNsmqmFkWY7n5W2wdfxfAjLzQG+DpEzconO3lJnMJTjFqq4ZrQKWeh52/m+p7nhdOipwJY8Hqg4jcShrnh8uus3NjTz6Kl0HeiHC0DR6qRG24IXFSKuvlcnBn0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733731475; c=relaxed/simple; bh=IetJKfhC1Wng649lB28KvwBLb5pogvRQt/kSK5Cf0D0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=l6MEKSh4kLvjYZD0FVRDKL0g3ZZpo0hHdAqh34Jt6Z6gcY6p52YwdTaaSgR7AK6JISRhs/YHHvMAqH3Pxyw+75u2pLFttamGWsPOHxKaQ2gyanuAMtUqT8oxQrnJLfdQMttWDbgwAYjqkrbHq5Y0LSzGKQ4UyImmpP2TALdBP/Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=jdt+PlMB; arc=none smtp.client-ip=220.197.32.18 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="jdt+PlMB" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=wDcyAUm7weadxplw3iWC3WRLmtSv74le9OVm0hGb1gc=; b=jdt+PlMB9IkuE4x45jZUUVpzKIJ3Pu3iuarObGCypbL86BoY6PG7ysV7rWsNkQ ghvmrclznVS1oWeqINSA6aCKfaR1o5e3fFgST/KHSUgOSj4EshUORS7x5PINitX/ qD8wqG2wNw5ipwMvq8DAlhuXoQYMesXNUAUq2u9d3uRy0= Received: from dragon (unknown []) by gzsmtp2 (Coremail) with SMTP id Ms8vCgDHiNsGolZnqoeMBA--.47519S3; Mon, 09 Dec 2024 15:53:44 +0800 (CST) Date: Mon, 9 Dec 2024 15:53:42 +0800 From: Shawn Guo To: Frank Li Cc: Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shengjiu Wang , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , linux-sound@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/2] arm64: dts: imx8-ss-audio: add fallback compatible string fsl,imx6ull-esai for esai Message-ID: References: <20241028-esai_fix-v1-0-3c1432a5613c@nxp.com> <20241028-esai_fix-v1-2-3c1432a5613c@nxp.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241028-esai_fix-v1-2-3c1432a5613c@nxp.com> X-CM-TRANSID:Ms8vCgDHiNsGolZnqoeMBA--.47519S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUVdWrDUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiCxqwZWdWeOyxRQAAsV On Mon, Oct 28, 2024 at 03:49:32PM -0400, Frank Li wrote: > The ESAI of i.MX8QM is the same as i.MX6ULL. So add fsl,imx6ull-esai for > esai. > > Signed-off-by: Frank Li Applied for 6.13, thanks!