All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: bluetooth: nxp: Add missing type for "fw-init-baudrate"
@ 2023-06-13 20:09 Rob Herring
  2023-06-13 20:57 ` Conor Dooley
  2023-06-15 17:25 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring @ 2023-06-13 20:09 UTC (permalink / raw)
  To: Amitkumar Karwar, Neeraj Kale, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Krzysztof Kozlowski, Conor Dooley
  Cc: netdev, devicetree, linux-kernel

"fw-init-baudrate" is missing a type, add it. While we're here, define the
default value with a schema rather than freeform text.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 .../devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml b/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
index 57e4c87cb00b..f01a3988538c 100644
--- a/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
+++ b/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
@@ -24,11 +24,12 @@ properties:
       - nxp,88w8997-bt
 
   fw-init-baudrate:
+    $ref: /schemas/types.yaml#/definitions/uint32
+    default: 115200
     description:
       Chip baudrate after FW is downloaded and initialized.
       This property depends on the module vendor's
-      configuration. If this property is not specified,
-      115200 is set as default.
+      configuration.
 
 required:
   - compatible
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: net: bluetooth: nxp: Add missing type for "fw-init-baudrate"
  2023-06-13 20:09 [PATCH] dt-bindings: net: bluetooth: nxp: Add missing type for "fw-init-baudrate" Rob Herring
@ 2023-06-13 20:57 ` Conor Dooley
  2023-06-15 17:25 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2023-06-13 20:57 UTC (permalink / raw)
  To: Rob Herring
  Cc: Amitkumar Karwar, Neeraj Kale, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Krzysztof Kozlowski, Conor Dooley,
	netdev, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

On Tue, Jun 13, 2023 at 02:09:29PM -0600, Rob Herring wrote:
> "fw-init-baudrate" is missing a type, add it. While we're here, define the
> default value with a schema rather than freeform text.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>

Reviewed-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: net: bluetooth: nxp: Add missing type for "fw-init-baudrate"
  2023-06-13 20:09 [PATCH] dt-bindings: net: bluetooth: nxp: Add missing type for "fw-init-baudrate" Rob Herring
  2023-06-13 20:57 ` Conor Dooley
@ 2023-06-15 17:25 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2023-06-15 17:25 UTC (permalink / raw)
  To: Rob Herring
  Cc: Amitkumar Karwar, Neeraj Kale, David S. Miller, linux-kernel,
	netdev, Jakub Kicinski, Paolo Abeni, Eric Dumazet, devicetree,
	Conor Dooley, Krzysztof Kozlowski


On Tue, 13 Jun 2023 14:09:29 -0600, Rob Herring wrote:
> "fw-init-baudrate" is missing a type, add it. While we're here, define the
> default value with a schema rather than freeform text.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml    | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 

Applied, thanks!


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-15 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-13 20:09 [PATCH] dt-bindings: net: bluetooth: nxp: Add missing type for "fw-init-baudrate" Rob Herring
2023-06-13 20:57 ` Conor Dooley
2023-06-15 17:25 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.