Commit 552705fd authored by Stefan Eichenberger's avatar Stefan Eichenberger Committed by Luiz Augusto von Dentz
Browse files

dt-bindings: bluetooth: marvell: add max-speed property



The 88W8997 bluetooth module supports setting the max-speed property.

Signed-off-by: default avatarStefan Eichenberger <stefan.eichenberger@toradex.com>
Signed-off-by: default avatarFrancesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
parent c43132ab
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -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: