Skip to content

Commit bd3f305

Browse files
Bartosz GolaszewskiVudentz
authored andcommitted
dt-bindings: bluetooth: qualcomm: describe the inputs from PMU for wcn7850
Drop the inputs from the host and instead expect the Bluetooth node to consume the outputs of the internal PMU. This model is closer to reality than how we represent it now. Signed-off-by: Bartosz Golaszewski <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent 3aa7901 commit bd3f305

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ properties:
7777
vddrfa1p7-supply:
7878
description: VDD_RFA_1P7 supply regulator handle
7979

80+
vddrfa1p8-supply:
81+
description: VDD_RFA_1P8 supply regulator handle
82+
8083
vddrfa1p2-supply:
8184
description: VDD_RFA_1P2 supply regulator handle
8285

@@ -89,6 +92,12 @@ properties:
8992
vddasd-supply:
9093
description: VDD_ASD supply regulator handle
9194

95+
vddwlcx-supply:
96+
description: VDD_WLCX supply regulator handle
97+
98+
vddwlmx-supply:
99+
description: VDD_WLMX supply regulator handle
100+
92101
max-speed:
93102
description: see Documentation/devicetree/bindings/serial/serial.yaml
94103

@@ -179,14 +188,13 @@ allOf:
179188
- qcom,wcn7850-bt
180189
then:
181190
required:
182-
- enable-gpios
183-
- swctrl-gpios
184-
- vddio-supply
191+
- vddrfacmn-supply
185192
- vddaon-supply
186-
- vdddig-supply
193+
- vddwlcx-supply
194+
- vddwlmx-supply
187195
- vddrfa0p8-supply
188196
- vddrfa1p2-supply
189-
- vddrfa1p9-supply
197+
- vddrfa1p8-supply
190198
- if:
191199
properties:
192200
compatible:

0 commit comments

Comments
 (0)