From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.15]) (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 3011C2D7DC7 for ; Sun, 16 Nov 2025 13:12:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=1.95.21.15 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763298736; cv=none; b=EcRr1+OVa8ehyPXCoWsxDcdn1vff9RX+MgaLAYkyfv+8F3PSux0wbEtHDmtkvIY172zxkheQCjsN+Kst3g8zjgdOUkCC3wOZ/o8LVAHrBcSvZc/58E3Cui41Z+QV15DBswelsw9GMLOtIx6k15g7KLoh9nbxJcU1+GfqdaTPeMY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763298736; c=relaxed/simple; bh=6pWrqvJ6kTGH14rcD3XSN5RJccBAC505U5M2IFpUZ7U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=f49/s3ViifCUSh8SYRJBVg9RmSFX0ydWGAfQr7A2DlpfNBtKTkXHRww0Rz/EHVdCszZvPiuPD1jLr6JpGoKEa5HDpN5qqDv4TxG4FMgPoKtRq3l1rd3URvuI+n767iFDbT9JoBnqE/LdQiXEUhtCep9pZRxd8/umjZQC0tBV0Vo= 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=1.95.21.15 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: imx@lists.linux.dev 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!