Commit 9f19fb8f authored by Neil Armstrong's avatar Neil Armstrong Committed by Luiz Augusto von Dentz

dt-bindings: net: bluetooth: qualcomm: document WCN7850 chipset

Document the WCN7850 Bluetooth chipset.
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
parent 3a15324f
...@@ -26,6 +26,7 @@ properties: ...@@ -26,6 +26,7 @@ properties:
- qcom,qca6390-bt - qcom,qca6390-bt
- qcom,wcn6750-bt - qcom,wcn6750-bt
- qcom,wcn6855-bt - qcom,wcn6855-bt
- qcom,wcn7850-bt
enable-gpios: enable-gpios:
maxItems: 1 maxItems: 1
...@@ -58,6 +59,9 @@ properties: ...@@ -58,6 +59,9 @@ properties:
vddaon-supply: vddaon-supply:
description: VDD_AON supply regulator handle description: VDD_AON supply regulator handle
vdddig-supply:
description: VDD_DIG supply regulator handle
vddbtcxmx-supply: vddbtcxmx-supply:
description: VDD_BT_CXMX supply regulator handle description: VDD_BT_CXMX supply regulator handle
...@@ -73,6 +77,9 @@ properties: ...@@ -73,6 +77,9 @@ properties:
vddrfa1p2-supply: vddrfa1p2-supply:
description: VDD_RFA_1P2 supply regulator handle description: VDD_RFA_1P2 supply regulator handle
vddrfa1p9-supply:
description: VDD_RFA_1P9 supply regulator handle
vddrfa2p2-supply: vddrfa2p2-supply:
description: VDD_RFA_2P2 supply regulator handle description: VDD_RFA_2P2 supply regulator handle
...@@ -157,6 +164,22 @@ allOf: ...@@ -157,6 +164,22 @@ allOf:
- vddrfa0p8-supply - vddrfa0p8-supply
- vddrfa1p2-supply - vddrfa1p2-supply
- vddrfa1p7-supply - vddrfa1p7-supply
- if:
properties:
compatible:
contains:
enum:
- qcom,wcn7850-bt
then:
required:
- enable-gpios
- swctrl-gpios
- vddio-supply
- vddaon-supply
- vdddig-supply
- vddrfa0p8-supply
- vddrfa1p2-supply
- vddrfa1p9-supply
examples: examples:
- | - |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment