From edd3240fd53ddf47873d9a3bccaf4b24d78fabb6 Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Sun, 11 Jan 2026 16:49:04 +0100 Subject: [PATCH] dt-bindings: bluetooth: qcom,wcn6750-bt: Deprecate old supplies Commit cca4fe34979a ("dt-bindings: bluetooth: Utilize PMU abstraction for WCN6750") changed the binding to new description with a Power Management Unit (PMU), thus certain power-controller properties are considered deprecated and are part of that PMUs binding. Deprecate them to mark clearly that new PMU-based approach is preferred. Reviewed-by: Rob Herring (Arm) Reviewed-by: Bjorn Andersson Reviewed-by: Bartosz Golaszewski Signed-off-by: Krzysztof Kozlowski Signed-off-by: Luiz Augusto von Dentz --- .../devicetree/bindings/net/bluetooth/qcom,wcn6750-bt.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/net/bluetooth/qcom,wcn6750-bt.yaml b/Documentation/devicetree/bindings/net/bluetooth/qcom,wcn6750-bt.yaml index f11d12c205fa..8606a45ac9b9 100644 --- a/Documentation/devicetree/bindings/net/bluetooth/qcom,wcn6750-bt.yaml +++ b/Documentation/devicetree/bindings/net/bluetooth/qcom,wcn6750-bt.yaml @@ -17,26 +17,31 @@ properties: enable-gpios: maxItems: 1 + deprecated: true swctrl-gpios: maxItems: 1 description: gpio specifier is used to find status of clock supply to SoC + deprecated: true vddaon-supply: description: VDD_AON supply regulator handle vddasd-supply: description: VDD_ASD supply regulator handle + deprecated: true vddbtcmx-supply: description: VDD_BT_CMX supply regulator handle vddbtcxmx-supply: description: VDD_BT_CXMX supply regulator handle + deprecated: true vddio-supply: description: VDD_IO supply regulator handle + deprecated: true vddrfa0p8-supply: description: VDD_RFA_0P8 supply regulator handle -- 2.47.3