Skip to content

Commit 3e7a84b

Browse files
Bartosz Golaszewskibroonie
authored andcommitted
regulator: dt-bindings: qcom,qca6390-pmu: add more properties for wcn6855
Document two supplies that are used by this model and the optional xo-clk signal. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20241018-sc8280xp-pwrseq-v6-1-8da8310d9564@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent b9ca264 commit 3e7a84b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ properties:
3333
vddpmu-supply:
3434
description: VDD_PMU supply regulator handle
3535

36+
vddpmumx-supply:
37+
description: VDD_PMU_MX supply regulator handle
38+
39+
vddpmucx-supply:
40+
description: VDD_PMU_CX supply regulator handle
41+
3642
vddio1p2-supply:
3743
description: VDD_IO_1P2 supply regulator handle
3844

@@ -72,6 +78,10 @@ properties:
7278
maxItems: 1
7379
description: GPIO line indicating the state of the clock supply to the BT module
7480

81+
xo-clk-gpios:
82+
maxItems: 1
83+
description: GPIO line allowing to select the XO clock configuration for the module
84+
7585
clocks:
7686
maxItems: 1
7787
description: Reference clock handle
@@ -119,6 +129,8 @@ allOf:
119129
- vddio-supply
120130
- vddaon-supply
121131
- vddpmu-supply
132+
- vddpmumx-supply
133+
- vddpmucx-supply
122134
- vddrfa0p95-supply
123135
- vddrfa1p3-supply
124136
- vddrfa1p9-supply

0 commit comments

Comments
 (0)