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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: net: bluetooth: nxp: Add firmware-name property

This adds a new optional device tree property called firware-name.

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
92182545 08c22b52

+4
+4
Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
··· 31 31 This property depends on the module vendor's 32 32 configuration. 33 33 34 + firmware-name: 35 + maxItems: 1 36 + 34 37 required: 35 38 - compatible 36 39 ··· 45 42 bluetooth { 46 43 compatible = "nxp,88w8987-bt"; 47 44 fw-init-baudrate = <3000000>; 45 + firmware-name = "uartuart8987_bt_v0.bin"; 48 46 }; 49 47 };