diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-08-13 20:58:27 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-08-14 18:22:09 +0100 |
commit | 39b8cb4e1b51191dd0da03b77fbd8b2a2e3e7645 (patch) | |
tree | d4abe7e873e12ca1961c8505b5fb4b316af4a13e /Documentation | |
parent | 2416d2f87be431d98b2b05137fcd1f4da9a83894 (diff) |
regulator: dt-bindings: qcom,qca6390-pmu: document the swctrl-gpios property
Add support for the swctrl-gpios property which contains the phandle to
the GPIO indicating the clock supply to the BT module.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://patch.msgid.link/20240813185827.154779-3-brgl@bgdev.pl
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml b/Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml index 6677939dd957..11ed04c95542 100644 --- a/Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml +++ b/Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml @@ -68,6 +68,10 @@ properties: maxItems: 1 description: GPIO line enabling the Bluetooth module supplied by the PMU + swctrl-gpios: + maxItems: 1 + description: GPIO line indicating the state of the clock supply to the BT module + clocks: maxItems: 1 description: Reference clock handle |