public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] Fix up WCN6855 RFA power supply name
@ 2026-01-19 11:42 Konrad Dybcio
  2026-01-19 11:42 ` [PATCH v2 01/10] dt-bindings: net: bluetooth: qualcomm: Fix WCN6855 regulator names Konrad Dybcio
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Konrad Dybcio @ 2026-01-19 11:42 UTC (permalink / raw)
  To: Jeff Johnson, Bartosz Golaszewski, Marcel Holtmann,
	Luiz Augusto von Dentz, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Balakrishna Godavarthi, Rocky Liao, Bjorn Andersson,
	Konrad Dybcio, Bartosz Golaszewski
  Cc: Luiz Augusto von Dentz, linux-arm-msm, linux-bluetooth,
	devicetree, linux-kernel, Konrad Dybcio, Krzysztof Kozlowski,
	Abel Vesa, Bartosz Golaszewski

Commit 5f4f954bba12 ("dt-bindings: bluetooth: bring the HW description
closer to reality for wcn6855") renamed the supply representing the
VDD17_PMU_RFA leg to mention "1p8" instead.

While the supply's voltage is normally 1.8 V, the bindings should
reflect the actual naming of the pin. Moreover, almost all DTs define
the output as 1p7, so that ends up looking a little odd..

Ultimately, this is a "fake" regulator that is consumed for the sake
of DT sanity and this series is meant to bring uniformity and squash
checker errors.

The last patch fixes up a less-trivial warning.
sc8280xp-microsoft-arcata is left out because I don't know whether the
mounting of the chip is on-board or as an M.2-y card (although I would
guesstimate the prior).

Depends on the long-ready-for-the-merge series by Krzysztof (per-chip
bindings split of qualcomm-bluetooth.yaml), mentioned below

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
Changes in v2:
- Rebase, drop dependency (in -next now), pick up tags
- Link to v1: https://lore.kernel.org/r/20251205-topic-wcn6855_pmu_dtbdings-v1-0-165611f687c8@oss.qualcomm.com

---
Konrad Dybcio (10):
      dt-bindings: net: bluetooth: qualcomm: Fix WCN6855 regulator names
      arm64: dts: qcom: qcs615-ride: Fix BT RFA supply name
      arm64: dts: qcom: sc8280xp-crd: Fix BT RFA supply name
      arm64: dts: qcom: sc8280xp-gaokun3: Fix BT RFA supply name
      arm64: dts: qcom: sc8280xp-x13s: Fix BT RFA supply name
      arm64: dts: qcom: sc8280xp-blackrock: Fix BT RFA supply name
      arm64: dts: qcom: sm8450-hdk: Fix BT RFA supply name
      arm64: dts: qcom: x1-omnibook-x14: Fix BT RFA supply name
      arm64: dts: qcom: x1-zenbook-a14: Fix BT RFA supply name
      arm64: dts: qcom: lemans-ride-common: Fix up WCN power grid

 .../bindings/net/bluetooth/qcom,wcn6855-bt.yaml    |  7 ++---
 arch/arm64/boot/dts/qcom/lemans-ride-common.dtsi   | 32 ++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/qcs615-ride.dts           |  2 +-
 arch/arm64/boot/dts/qcom/sc8280xp-crd.dts          |  2 +-
 .../boot/dts/qcom/sc8280xp-huawei-gaokun3.dts      |  2 +-
 .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts     |  2 +-
 .../boot/dts/qcom/sc8280xp-microsoft-blackrock.dts |  2 +-
 arch/arm64/boot/dts/qcom/sm8450-hdk.dts            |  2 +-
 arch/arm64/boot/dts/qcom/x1-hp-omnibook-x14.dtsi   |  2 +-
 .../boot/dts/qcom/x1p42100-asus-zenbook-a14.dtsi   |  2 +-
 10 files changed, 42 insertions(+), 13 deletions(-)
---
base-commit: 46fe65a2c28ecf5df1a7475aba1f08ccf4c0ac1b
change-id: 20251020-topic-wcn6855_pmu_dtbdings-92d843582ce3

Best regards,
-- 
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH v3 01/10] dt-bindings: net: bluetooth: qualcomm: Fix WCN6855 regulator names
@ 2026-02-25 12:23 Konrad Dybcio
  2026-02-25 13:13 ` Fix up WCN6855 RFA power supply name bluez.test.bot
  0 siblings, 1 reply; 15+ messages in thread
From: Konrad Dybcio @ 2026-02-25 12:23 UTC (permalink / raw)
  To: Jeff Johnson, Bartosz Golaszewski, Marcel Holtmann,
	Luiz Augusto von Dentz, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Balakrishna Godavarthi, Rocky Liao, Bjorn Andersson,
	Konrad Dybcio, Bartosz Golaszewski
  Cc: Luiz Augusto von Dentz, linux-arm-msm, linux-bluetooth,
	devicetree, linux-kernel, Konrad Dybcio, Krzysztof Kozlowski,
	Abel Vesa, Bartosz Golaszewski, Dmitry Baryshkov

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.

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


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2026-02-25 13:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-19 11:42 [PATCH v2 00/10] Fix up WCN6855 RFA power supply name Konrad Dybcio
2026-01-19 11:42 ` [PATCH v2 01/10] dt-bindings: net: bluetooth: qualcomm: Fix WCN6855 regulator names Konrad Dybcio
2026-01-19 17:11   ` Dmitry Baryshkov
2026-01-29 20:14   ` Fix up WCN6855 RFA power supply name bluez.test.bot
2026-01-19 11:42 ` [PATCH v2 02/10] arm64: dts: qcom: qcs615-ride: Fix BT RFA " Konrad Dybcio
2026-01-19 17:12   ` Dmitry Baryshkov
2026-01-19 11:42 ` [PATCH v2 03/10] arm64: dts: qcom: sc8280xp-crd: " Konrad Dybcio
2026-01-19 11:42 ` [PATCH v2 04/10] arm64: dts: qcom: sc8280xp-gaokun3: " Konrad Dybcio
2026-01-19 11:42 ` [PATCH v2 05/10] arm64: dts: qcom: sc8280xp-x13s: " Konrad Dybcio
2026-01-19 11:42 ` [PATCH v2 06/10] arm64: dts: qcom: sc8280xp-blackrock: " Konrad Dybcio
2026-01-19 11:42 ` [PATCH v2 07/10] arm64: dts: qcom: sm8450-hdk: " Konrad Dybcio
2026-01-19 11:42 ` [PATCH v2 08/10] arm64: dts: qcom: x1-omnibook-x14: " Konrad Dybcio
2026-01-19 11:42 ` [PATCH v2 09/10] arm64: dts: qcom: x1-zenbook-a14: " Konrad Dybcio
2026-01-19 11:42 ` [PATCH v2 10/10] arm64: dts: qcom: lemans-ride-common: Fix up WCN power grid Konrad Dybcio
  -- strict thread matches above, loose matches on Subject: below --
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox