summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/net/marvell-bluetooth.yaml
diff options
context:
space:
mode:
authorStefan Eichenberger <stefan.eichenberger@toradex.com>2023-02-13 13:09:23 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-04-23 21:44:59 -0700
commit552705fd891b6ed6dda340567ce3ffff943f1f3b (patch)
treeb01a7791ceea421698acb3e2806ef0a789f9123e /Documentation/devicetree/bindings/net/marvell-bluetooth.yaml
parentc43132abfbe9d2f3befdbddfc3097d30905dc3d1 (diff)
dt-bindings: bluetooth: marvell: add max-speed property
The 88W8997 bluetooth module supports setting the max-speed property. Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'Documentation/devicetree/bindings/net/marvell-bluetooth.yaml')
-rw-r--r--Documentation/devicetree/bindings/net/marvell-bluetooth.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/marvell-bluetooth.yaml b/Documentation/devicetree/bindings/net/marvell-bluetooth.yaml
index 65e09476b048..188a42ca6ceb 100644
--- a/Documentation/devicetree/bindings/net/marvell-bluetooth.yaml
+++ b/Documentation/devicetree/bindings/net/marvell-bluetooth.yaml
@@ -19,9 +19,25 @@ properties:
- mrvl,88w8897
- mrvl,88w8997
+ max-speed:
+ description: see Documentation/devicetree/bindings/serial/serial.yaml
+
required:
- compatible
+allOf:
+ - if:
+ properties:
+ compatible:
+ contains:
+ const: mrvl,88w8997
+ then:
+ properties:
+ max-speed: true
+ else:
+ properties:
+ max-speed: false
+
additionalProperties: false
examples: