Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: bluetooth: nxp: Add support for 4M baudrate

Add support for 4000000 as secondary baudrate for NXP chipsets
supporting max baudrate as 4M, and are close to the host processor on
same PCB. This mainly helps with faster FW download.

Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Neeraj Sanjay Kale and committed by
Luiz Augusto von Dentz
4112e29a e44328c9

+8
+8
Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
··· 34 34 This property depends on the module vendor's 35 35 configuration. 36 36 37 + max-speed: 38 + $ref: /schemas/types.yaml#/definitions/uint32 39 + enum: 40 + - 3000000 41 + - 4000000 42 + default: 3000000 43 + 37 44 firmware-name: 38 45 maxItems: 1 39 46 ··· 85 78 bluetooth { 86 79 compatible = "nxp,88w8987-bt"; 87 80 fw-init-baudrate = <3000000>; 81 + max-speed = <4000000>; 88 82 firmware-name = "uartuart8987_bt_v0.bin"; 89 83 device-wakeup-gpios = <&gpio 11 GPIO_ACTIVE_HIGH>; 90 84 nxp,wakein-pin = /bits/ 8 <18>;