[PATCH next 1/2] dt-bindings: net: bluetooth: nxp: support multiple init baudrates
From: Catalin Popescu
Date: Fri Aug 23 2024 - 08:43:29 EST
Make "fw-init-baudrate" a list of baudrates in order to support chips
using different baudrates assuming that we could not detect the
supported baudrate otherwise.
Signed-off-by: Catalin Popescu <catalin.popescu@xxxxxxxxxxxxxxxxxxxx>
---
.../devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml b/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
index 37a65badb448..42e3713927de 100644
--- a/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
+++ b/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
@@ -25,11 +25,12 @@ properties:
fw-init-baudrate:
$ref: /schemas/types.yaml#/definitions/uint32
+ maxItems: 8
default: 115200
description:
- Chip baudrate after FW is downloaded and initialized.
- This property depends on the module vendor's
- configuration.
+ List of chip baudrates after FW is downloaded and initialized.
+ The driver goes through the list until it founds a working baudrate.
+ This property depends on the module vendor's configuration.
firmware-name:
maxItems: 1
base-commit: c79c85875f1af04040fe4492ed94ce37ad729c4d
prerequisite-patch-id: 0000000000000000000000000000000000000000
--
2.34.1