From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 335192D7DC7; Sun, 16 Nov 2025 13:12:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.19 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763298751; cv=none; b=PKr93NzcJ4O5rjOFcca0l4TZGW52JTuekccXkDWh2ItK4vhLQz15NUQ3okbqUSnYxdBh4NnrmNaklJksduEyHegeYrHGuyE6qWBfjUrY07k+x5nkJdFKb/UqrQorTCj6Z8vt7N7BNAGDqPTz3G19fdFrBDMe11R7uc8+fq2HFc8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763298751; c=relaxed/simple; bh=6pWrqvJ6kTGH14rcD3XSN5RJccBAC505U5M2IFpUZ7U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MZW47Josd4JQFEExhVx9zQJRupt1jcLI3MfA+hSAuq7yBPqT+alBDAkfoqGeL5gAz3IkTQMnQpZrNKUSNyEScjRR0v2aA/SEHZw4pJRpKSrB5c+le/29x0iabhJVhAzmycwMifo4axCO6WcsAVqDwLHlKX21t/H9pXpK2X1ukG8= 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=TuwwCpKF; arc=none smtp.client-ip=220.197.32.19 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="TuwwCpKF" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; bh=1bAnrOtRdIsc3omVj8pzR/BbI+fOSQczz6AsAKVXxRg=; b=TuwwCpKF5TN26ytgn8rs8S957dSI+8IU5Fmg2m0eCIFSVM+2WV64zM157nXm0E xURcr1UrtM0QArIIW9IgZ55EaoGQlNHn5o2isNxAatuD7d8EgWM6Vb/mxb/IIlXq F4i8JU/inkfsNHQCm2gLUvl1Ym1FVWabS8jl42lWgTKmI= Received: from dragon (unknown []) by gzsmtp3 (Coremail) with SMTP id M88vCgCnHEyOzRlpmY0YAg--.8000S3; Sun, 16 Nov 2025 21:11:44 +0800 (CST) Date: Sun, 16 Nov 2025 21:11:42 +0800 From: Shawn Guo To: Alexander Stein Cc: Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux@ew.tq-group.com, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] arm64: dts: mba8mx: Add MicIn routing Message-ID: References: <20251113104859.1354420-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: <20251113104859.1354420-1-alexander.stein@ew.tq-group.com> X-CM-TRANSID:M88vCgCnHEyOzRlpmY0YAg--.8000S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUw4SoDUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiNxA4nWkZzZBtmQAA3b On Thu, Nov 13, 2025 at 11:48:54AM +0100, Alexander Stein wrote: > MicIn is connected to IN3_L. Add routing including the Mic Bias. > > Signed-off-by: Alexander Stein Applied all, thanks!