From ecba5e4fc87ac9c5a8b67267c69867dea597bde1 Mon Sep 17 00:00:00 2001 From: Nia Espera Date: Sun, 12 Nov 2023 16:47:18 +0100 Subject: [PATCH] dt-bindings: net: qualcomm: Add QCA6490 Bluetooth --- .../net/bluetooth/qualcomm-bluetooth.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml index eba2f3026ab0..7d55b48579a2 100644 --- a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml +++ b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml @@ -18,6 +18,7 @@ properties: enum: - qcom,qca2066-bt - qcom,qca6174-bt + - qcom,qca6490-bt - qcom,qca9377-bt - qcom,wcn3988-bt - qcom,wcn3990-bt @@ -37,6 +38,15 @@ properties: description: gpio specifier is used to find status of clock supply to SoC + wlan-gpios: + maxItems: 1 + description: gpio specifier used to enable the WLAN + chip, on QCA6490 only + + power-domains: + maxItems: 1 + description: power domain associated with the chip + clocks: maxItems: 1 description: clock provided to the controller (SUSCLK_32KHZ) @@ -114,6 +124,17 @@ allOf: - enable-gpios - clocks + - if: + properties: + compatible: + contains: + enum: + - qcom,qca6490-bt + then: + required: + - enable-gpios + - wlan-gpios + - if: properties: compatible: