From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 BAFB41459FA; Tue, 24 Mar 2026 03:46:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774323966; cv=none; b=j+XEjl4YN0yM1R/8akV+GW7Qxp63WyXBIoydMplAuNgH/mSaQuuDhmbwLVYnOLZKu6/sp5sNKa5GF6eEuG/fdDgoFtFtlrwrXv0snOaTSTsp4jrUVcQyW8PcYT0jG0jitIVRk61yynB3Ber1mwAvUhozXHuj6TDl6cmYbgHiHYQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774323966; c=relaxed/simple; bh=Q3QJs+Y+iu4ToxJAYkvQKBefuiR+iwODa4P0n7YoXKs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kEsAfReacda5tWCsUaW8BPcYXQ6KDjp7koOcbFvaeqwKsJ7syq1u+xybRBKrsYFJZcqYQGOm3D1+KnmcqMhEcHK91lpMPgIoqUGfh+X2St52ncSvG/oRGIaPFco+1Z1t/y9yzcCIX+2Ph3Fiby+cuiJIERm6X6MV2mnZ8BjHIXg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=AXOcCt+5; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="AXOcCt+5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01F9CC19424; Tue, 24 Mar 2026 03:46:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774323966; bh=Q3QJs+Y+iu4ToxJAYkvQKBefuiR+iwODa4P0n7YoXKs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AXOcCt+5Vpk2YX0np7goO+WF09MjHNjFgrTEqjowY74CzNyqNCrShKq+/gH4yGAYv hLavYxlDAt6dxF7qZLEsO65A7oCJDTOEOV7kkVC2LMoq0KYXuvLtV95C/Eurn8G9JL TITkl3N9ZPwWjw7KtJaQ0kia8D6FhNvnafnTpKyY8YXLvyJsQfWaiG/ewwZytllN6W ICpCjJI8DUD+7psYuPGkliogjF/m078YgPCEO/CpOTBOZ1n3cFDSStxuM45aHW+83X XKPpMmfy7MZZEpNxUePsG5k5fjaATBpxCCaNoFu9RSMDgYjvgJTSF+mN9+hpOFTHOa f1oEc6kLEPemA== Date: Mon, 23 Mar 2026 22:46:02 -0500 From: Bjorn Andersson To: Konrad Dybcio Cc: Jeff Johnson , Bartosz Golaszewski , Marcel Holtmann , Luiz Augusto von Dentz , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Balakrishna Godavarthi , Rocky Liao , Bartosz Golaszewski , Luiz Augusto von Dentz , linux-arm-msm@vger.kernel.org, linux-bluetooth@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Konrad Dybcio , Krzysztof Kozlowski , Abel Vesa , Bartosz Golaszewski , Dmitry Baryshkov Subject: Re: [PATCH v3 01/10] dt-bindings: net: bluetooth: qualcomm: Fix WCN6855 regulator names Message-ID: References: <20260225-topic-wcn6855_pmu_dtbdings-v3-0-576ec5c4e631@oss.qualcomm.com> <20260225-topic-wcn6855_pmu_dtbdings-v3-1-576ec5c4e631@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20260225-topic-wcn6855_pmu_dtbdings-v3-1-576ec5c4e631@oss.qualcomm.com> On Wed, Feb 25, 2026 at 01:23:21PM +0100, Konrad Dybcio wrote: > From: Konrad Dybcio > > Commit 5f4f954bba12 ("dt-bindings: bluetooth: bring the HW description > closer to reality for wcn6855") changed the vddrfa1p7-supply to 1p8 > for whatever reason. > > The schematics footprint for this chip definitely says 7 on the input > leg and the driver still expects 1p7. Bring it back. > @Marcel, can you merge this binding, or would you prefer that I do it together with the dts changes? Regards, Bjorn > Fixes: 5f4f954bba12 ("dt-bindings: bluetooth: bring the HW description closer to reality for wcn6855") > Reviewed-by: Krzysztof Kozlowski > Reviewed-by: Abel Vesa > Reviewed-by: Bartosz Golaszewski > Acked-by: Dmitry Baryshkov > Signed-off-by: Konrad Dybcio > --- > .../devicetree/bindings/net/bluetooth/qcom,wcn6855-bt.yaml | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > > diff --git a/Documentation/devicetree/bindings/net/bluetooth/qcom,wcn6855-bt.yaml b/Documentation/devicetree/bindings/net/bluetooth/qcom,wcn6855-bt.yaml > index 45630067d3c8..0beda26ae8bb 100644 > --- a/Documentation/devicetree/bindings/net/bluetooth/qcom,wcn6855-bt.yaml > +++ b/Documentation/devicetree/bindings/net/bluetooth/qcom,wcn6855-bt.yaml > @@ -50,9 +50,6 @@ properties: > description: VDD_RFA_1P7 supply regulator handle > deprecated: true > > - vddrfa1p8-supply: > - description: VDD_RFA_1P8 supply regulator handle > - > vddrfacmn-supply: > description: VDD_RFA_CMN supply regulator handle > > @@ -68,7 +65,7 @@ required: > - vddbtcmx-supply > - vddrfa0p8-supply > - vddrfa1p2-supply > - - vddrfa1p8-supply > + - vddrfa1p7-supply > - vddrfacmn-supply > - vddwlcx-supply > - vddwlmx-supply > @@ -91,7 +88,7 @@ examples: > vddbtcmx-supply = <&vreg_pmu_btcmx_0p8>; > vddrfa0p8-supply = <&vreg_pmu_rfa_0p8>; > vddrfa1p2-supply = <&vreg_pmu_rfa_1p2>; > - vddrfa1p8-supply = <&vreg_pmu_rfa_1p7>; > + vddrfa1p7-supply = <&vreg_pmu_rfa_1p7>; > vddrfacmn-supply = <&vreg_pmu_rfa_cmn_0p8>; > vddwlcx-supply = <&vreg_pmu_wlcx_0p8>; > vddwlmx-supply = <&vreg_pmu_wlmx_0p8>; > > -- > 2.53.0 >