From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-177132.yeah.net (mail-177132.yeah.net [123.58.177.132]) by smtp.subspace.kernel.org (Postfix) with ESMTP id B7D3413FF6; Mon, 22 Apr 2024 05:40:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=123.58.177.132 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713764456; cv=none; b=f2Mp4ZyiAmuB/vdH8QDRXE5YbiFjNRsmqDB4eWFqH6y3gJ5nYxDPrEPlLLL+/WgqO8LZnlPpDpJjYLjLwfFkoJGHQWjAfreDmOGfsJI8gdrY+4O22tSWIdq5SiCkZ3NLPZnGt4Vtrwe/mElewoStynYYDbYkptmPZI2RsCUviI8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713764456; c=relaxed/simple; bh=hh9RxN9jBJ/DfMTBb2xuz2CdAScdEVGGXxdNxLA1rU4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=EUrgJ6Whc1oanKuXVawDVF4w3RblMKCj22VF/b2dZrsBTJvm0VJmvQYmnWY3C0ABb1+IS9ETbhF+O5UibwUzsZEa+U/+JgTRj5VDt2rSkUAxeFbS5fNJLFSSRcR5+cqsQcFOn5VZO82ZBZP+/t/3+qsSDdsffDEXviEIB47S9Wg= 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=MMBSo7FL; arc=none smtp.client-ip=123.58.177.132 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="MMBSo7FL" 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=OrzKwWo/B3km3LkyErimGK53sAtA8Zcp7tLaY4gA2do=; b=MMBSo7FLbUHcHrW6dPX57C0nc2sc2VQ/eYtsJEo1GQova8T4sM0bSCbMrbBKdc pywqcGCFuuKai+pqluDVzNgIH/0GZDg1tqRzK47hsNqmCD89Kb3bSfqwZQuoSNou CsETwKZGpeZqJIwr7hVoQZrqYkg2iBhuDLgFBw3SMReKg= Received: from dragon (unknown [223.68.79.243]) by smtp2 (Coremail) with SMTP id C1UQrADnT5FM+CVmDc8zBA--.51929S3; Mon, 22 Apr 2024 13:40:29 +0800 (CST) Date: Mon, 22 Apr 2024 13:40:27 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , linux@ew.tq-group.com, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] arm64: dts: tqma8mnql: Add EASRC support Message-ID: References: <20240412132021.520666-1-alexander.stein@ew.tq-group.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: <20240412132021.520666-1-alexander.stein@ew.tq-group.com> X-CM-TRANSID:C1UQrADnT5FM+CVmDc8zBA--.51929S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUsPfHUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiBQ3IZVsVCfBTAQAAsA On Fri, Apr 12, 2024 at 03:20:21PM +0200, Alexander Stein wrote: > Enable EASRC support in tlv320aic32x4 sound card. > > Signed-off-by: Alexander Stein Hmm, it doesn't apply to imx/dt64 branch. Shawn