Add a new property in qualcom bluetooth dts to identify the product information, so the driver can load the proper firmware. Several Qualcomm projects will use the same Bluetooth chip, each focusing on different features. For instance, consumer projects prioritize the A2DP SRC feature, while IoT projects focus on the A2DP SINK feature. Due to the patch size, it is not feasible to include all features in a single firmware. Therefore, the 'product-variant' devicetree property is used to provide product information for the Bluetooth driver to load the appropriate firmware. The driver will parse 'product-variant' to load firmware from different directories. If it's not defined in dts, the default firmware will be loaded, which is compatible with the existing implementaion. Cheng Jiang (4): dt-bindings: bluetooth: add 'qcom,product-variant' dt-bindings: bluetooth: Add qca6698 compatible string arm64: dts: qcom: sa8775p-ride: update BT nodes Bluetooth: hci_qca: add qcom,product-variant properties .../net/bluetooth/qualcomm-bluetooth.yaml | 8 + arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi | 3 +- drivers/bluetooth/btqca.c | 142 ++++++++++++++---- drivers/bluetooth/btqca.h | 11 +- drivers/bluetooth/hci_qca.c | 73 +++++---- 5 files changed, 174 insertions(+), 63 deletions(-) base-commit: 6fb2fa9805c501d9ade047fc511961f3273cdcb5 -- 2.25.1