Commit bf70dc41 authored by Rob Herring's avatar Rob Herring

dt-bindings: net: bluetooth: nxp: Add missing type for "fw-init-baudrate"

"fw-init-baudrate" is missing a type, add it. While we're here, define the
default value with a schema rather than freeform text.
Reviewed-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230613200929.2822137-1-robh@kernel.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 9e654c04
...@@ -24,11 +24,12 @@ properties: ...@@ -24,11 +24,12 @@ properties:
- nxp,88w8997-bt - nxp,88w8997-bt
fw-init-baudrate: fw-init-baudrate:
$ref: /schemas/types.yaml#/definitions/uint32
default: 115200
description: description:
Chip baudrate after FW is downloaded and initialized. Chip baudrate after FW is downloaded and initialized.
This property depends on the module vendor's This property depends on the module vendor's
configuration. If this property is not specified, configuration.
115200 is set as default.
required: required:
- compatible - compatible
......
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