From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 ACE97423A6D; Wed, 8 Jul 2026 10:43:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783507408; cv=none; b=XwQUOWD8Vq/Fco0LIvC1l8tVy2RRiMnzpnnw4g/9T06mBYyzXbRWokLIunvV9aVwDmsThXDoSAx9Uy7Pautr2FK+NFiKD5uR/ZaA9dZwKPnNWn1uFdck9wu/aWR2wTr3lp+yGQTajW3UrR0xHV9pLfcmTeI1dp3qUw+vS/oXnkg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783507408; c=relaxed/simple; bh=groLJiBtITBZaafYb4py+DXcwhfa0gaynPiaHzseltw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=O+2lhRI4uf3WpXEXBNMj0fO1xI+ye8WWzsvUGpu3Mv8Ge7oIpe51L/ew8tgb4SP4661O9tpXPhbitqENdXRvuY3IRhHEakKMvWB5cC/G6nHBuAGlwpnb5lEBGlLmKqfZT7Zl6OH0X5K4btnPiIyu6i5G3smx60y7HwVGXwusrIE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kdJXPi86; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kdJXPi86" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54D4F1F00A3E; Wed, 8 Jul 2026 10:43:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783507395; bh=xgb9L3ybC7vZlTqAiwZqqpWmp0VP5DqNRODliRYFC7Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=kdJXPi861onpNxYXSyu/H82im8bgzEy/Tq1sP9Lqc+RqRUYgK/1J0qwa1BMi2v6AK 9Fm0GqOMgkpiKA9wiiPsTH9E1cuppYXbVDGXjOdRBfDJG+rOW+QnTQmUD1eub805Af e/+XSu4L1Qwy58BFX/n1VaDP8RyVtAe3Q9VOspJyQY1KO3G3YvHZECiy2V6mYfJ1wF fTxccpAww2s22SxBgSKtpAg5BAikZY6dp+wDFEcnq9EU0rg8+DfvJ6i4E9uCMTmtuL k75cyJOKHKKGvrC66is34b0REAKTCsUYvGgfruiHA4XWWRZhGE8JBWFw3a2WYfc/tX EyexGgaV8pSdw== Date: Wed, 8 Jul 2026 12:43:11 +0200 From: Krzysztof Kozlowski To: Jorijn van der Graaf Cc: Mark Brown , Srinivas Kandagatla , Liam Girdwood , Rob Herring , Krzysztof Kozlowski , Luca Weiss , Conor Dooley , Jaroslav Kysela , Takashi Iwai , Mohammad Rafi Shaik , linux-sound@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] ASoC: dt-bindings: qcom,wcd93xx-common: don't require micbias4 Message-ID: <20260708-gregarious-elite-dinosaur-537d56@quoll> References: <20260706192229.144137-1-jorijnvdgraaf@catcrafts.net> <20260706192229.144137-2-jorijnvdgraaf@catcrafts.net> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260706192229.144137-2-jorijnvdgraaf@catcrafts.net> On Mon, Jul 06, 2026 at 09:22:27PM +0200, Jorijn van der Graaf wrote: > The WCD9370/9375, WCD9380/9385 and WCD9390/9395 codecs all have four > mic bias supplies, but the upcoming WCD9378 only has three, so it > cannot reference the common schema while qcom,micbias4-microvolt is > required there. Move that requirement out of the common schema into > each of the current users; no binding is relaxed by this. > > Assisted-by: Claude:claude-fable-5 > Signed-off-by: Jorijn van der Graaf > --- > Documentation/devicetree/bindings/sound/qcom,wcd937x.yaml | 1 + > Documentation/devicetree/bindings/sound/qcom,wcd938x.yaml | 1 + > Documentation/devicetree/bindings/sound/qcom,wcd939x.yaml | 1 + > Documentation/devicetree/bindings/sound/qcom,wcd93xx-common.yaml | 1 - > 4 files changed, 3 insertions(+), 1 deletion(-) > This should be rather squashed with the next one, as wcd9378 is the reason of doing this. Best regards, Krzysztof