Expand the firmware-name property to specify the names of NVM and rampatch firmware to load. This update will support loading specific firmware (nvm and rampatch) for certain chips, like the QCA6698 Bluetooth chip, which shares the same IP core as the WCN6855 but has different RF components and RAM sizes, requiring new firmware files. Different connectivity boards may be attached to the same platform. For example, QCA6698-based boards can support either a two-antenna or three-antenna solution, both of which work on the sa8775p-ride platform. Due to differences in connectivity boards and variations in RF performance from different foundries, different NVM configurations are used based on the board ID. So In firmware-name, if the NVM file has an extension, the NVM file will be used. Otherwise, the system will first try the .bNN (board ID) file, and if that fails, it will fall back to the .bin file. Possible configurations: firmware-name = "QCA6698/hpnv21.bin", "QCA6698/hpbtfw21.tlv"; firmware-name = "QCA6698/hpnv21", "QCA6698/hpbtfw21.tlv"; firmware-name = "QCA6698/hpnv21.bin"; --- v3: 1.Expand firmware-name property to specify the nvm and rampatch to load. 2.Change the driver to support two items in firmware-name and choose the NVM file according to board id if there is no extension in NVM file. 3.Update the dts file to idendify the firmware for QCA6698. --- Cheng Jiang (3): dt-bindings: net: bluetooth: qca: Expand firmware-name property Bluetooth: qca: Expand firmware-name to load specific nvm and rampatch arm64: dts: qcom: sa8775p-ride: Add firmware-name in BT node .../net/bluetooth/qualcomm-bluetooth.yaml | 2 + arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi | 1 + drivers/bluetooth/btqca.c | 154 +++++++++++++----- drivers/bluetooth/btqca.h | 5 +- drivers/bluetooth/hci_qca.c | 21 ++- 5 files changed, 137 insertions(+), 46 deletions(-) base-commit: c245a7a79602ccbee780c004c1e4abcda66aec32 -- 2.25.1