diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-08-13 20:58:25 +0200 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-08-14 18:22:07 +0100 |
| commit | d275e9918cc01d27ab511e5dbf2aafc1e782628e (patch) | |
| tree | 39664c533f922c3d0cd0c6edc0c6b4a577bff41f | |
| parent | b31274caf3993839e2eb266fe85ff5bcfd31292b (diff) | |
regulator: dt-bindings: qcom,qca6390-pmu: fix the description for bt-enable-gpios
The Bluetooth module is obviously not an ath11k so drop the word.
Fixes: b5cb34c93bd4 ("regulator: dt-bindings: describe the PMU module of the QCA6390 package")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://patch.msgid.link/20240813185827.154779-1-brgl@bgdev.pl
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml b/Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml index 3aaa9653419a..ce7771f9fa36 100644 --- a/Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml +++ b/Documentation/devicetree/bindings/regulator/qcom,qca6390-pmu.yaml @@ -65,7 +65,7 @@ properties: bt-enable-gpios: maxItems: 1 - description: GPIO line enabling the ATH11K Bluetooth module supplied by the PMU + description: GPIO line enabling the Bluetooth module supplied by the PMU clocks: maxItems: 1 |
