Message ID | 0c6a08c714aeb6dd96b5a54a45b0b5b1cfb49ad1.1635338283.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | Awaiting Upstream |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | dt-bindings: net: ti,bluetooth: Document default max-speed | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On 10/27/21 7:38 AM, Geert Uytterhoeven wrote: > Document the default value of max-speed, as used by > linux/drivers/bluetooth/hci_ll.c. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- Acked-by: David Lechner <david@lechnology.com>
On Wed, 27 Oct 2021 14:38:37 +0200, Geert Uytterhoeven wrote: > Document the default value of max-speed, as used by > linux/drivers/bluetooth/hci_ll.c. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > Documentation/devicetree/bindings/net/ti,bluetooth.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Applied, thanks!
diff --git a/Documentation/devicetree/bindings/net/ti,bluetooth.yaml b/Documentation/devicetree/bindings/net/ti,bluetooth.yaml index 9f6102977c9732d2..81616f9fb4935f96 100644 --- a/Documentation/devicetree/bindings/net/ti,bluetooth.yaml +++ b/Documentation/devicetree/bindings/net/ti,bluetooth.yaml @@ -58,7 +58,8 @@ properties: items: - const: ext_clock - max-speed: true + max-speed: + default: 3000000 nvmem-cells: maxItems: 1
Document the default value of max-speed, as used by linux/drivers/bluetooth/hci_ll.c. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/devicetree/bindings/net/ti,bluetooth.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)