All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: Konrad Dybcio <konradybcio@kernel.org>
Cc: Jeff Johnson <jeff.johnson@oss.qualcomm.com>,
	 Bartosz Golaszewski <brgl@bgdev.pl>,
	Marcel Holtmann <marcel@holtmann.org>,
	 Luiz Augusto von Dentz <luiz.dentz@gmail.com>,
	Rob Herring <robh@kernel.org>,
	 Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	 Balakrishna Godavarthi <quic_bgodavar@quicinc.com>,
	Rocky Liao <quic_rjliao@quicinc.com>,
	 Bartosz Golaszewski <brgl@kernel.org>,
	Luiz Augusto von Dentz <luiz.von.dentz@intel.com>,
	 linux-arm-msm@vger.kernel.org, linux-bluetooth@vger.kernel.org,
	devicetree@vger.kernel.org,  linux-kernel@vger.kernel.org,
	Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
	 Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>,
	Abel Vesa <abel.vesa@oss.qualcomm.com>,
	 Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>,
	Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Subject: Re: [PATCH v3 01/10] dt-bindings: net: bluetooth: qualcomm: Fix WCN6855 regulator names
Date: Mon, 23 Mar 2026 22:46:02 -0500	[thread overview]
Message-ID: <acIIwsJhNVOKPziT@baldur> (raw)
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 <konrad.dybcio@oss.qualcomm.com>
> 
> 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 <krzysztof.kozlowski@oss.qualcomm.com>
> Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
> Acked-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> ---
>  .../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
> 

  parent reply	other threads:[~2026-03-24  3:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-25 12:23 [PATCH v3 00/10] Fix up WCN6855 RFA power supply name Konrad Dybcio
2026-02-25 12:23 ` [PATCH v3 01/10] dt-bindings: net: bluetooth: qualcomm: Fix WCN6855 regulator names Konrad Dybcio
2026-02-25 13:13   ` Fix up WCN6855 RFA power supply name bluez.test.bot
2026-03-24  3:46   ` Bjorn Andersson [this message]
2026-02-25 12:23 ` [PATCH v3 02/10] arm64: dts: qcom: qcs615-ride: Fix BT RFA " Konrad Dybcio
2026-02-25 12:23 ` [PATCH v3 03/10] arm64: dts: qcom: sc8280xp-crd: " Konrad Dybcio
2026-02-25 12:23 ` [PATCH v3 04/10] arm64: dts: qcom: sc8280xp-gaokun3: " Konrad Dybcio
2026-02-25 12:23 ` [PATCH v3 05/10] arm64: dts: qcom: sc8280xp-x13s: " Konrad Dybcio
2026-02-25 12:23 ` [PATCH v3 06/10] arm64: dts: qcom: sc8280xp-blackrock: " Konrad Dybcio
2026-02-25 12:23 ` [PATCH v3 07/10] arm64: dts: qcom: sm8450-hdk: " Konrad Dybcio
2026-02-25 12:23 ` [PATCH v3 08/10] arm64: dts: qcom: x1-omnibook-x14: " Konrad Dybcio
2026-02-25 12:23 ` [PATCH v3 09/10] arm64: dts: qcom: x1-zenbook-a14: " Konrad Dybcio
2026-02-25 12:23 ` [PATCH v3 10/10] arm64: dts: qcom: lemans-ride-common: Fix up WCN power grid Konrad Dybcio
2026-03-11 13:20 ` [PATCH v3 00/10] Fix up WCN6855 RFA power supply name Konrad Dybcio
2026-05-07 20:34 ` (subset) " Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=acIIwsJhNVOKPziT@baldur \
    --to=andersson@kernel.org \
    --cc=abel.vesa@oss.qualcomm.com \
    --cc=bartosz.golaszewski@oss.qualcomm.com \
    --cc=brgl@bgdev.pl \
    --cc=brgl@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=jeff.johnson@oss.qualcomm.com \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@oss.qualcomm.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luiz.dentz@gmail.com \
    --cc=luiz.von.dentz@intel.com \
    --cc=marcel@holtmann.org \
    --cc=quic_bgodavar@quicinc.com \
    --cc=quic_rjliao@quicinc.com \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.