From 8cf13e788898e98fa5137d863e20c7358b0d196a Mon Sep 17 00:00:00 2001 From: Gonzalo Ruiz Date: Tue, 17 Mar 2020 17:47:09 +0100 Subject: [PATCH] firmware-qualcomm: add bluetooth customizations for CC6Plus Some CC6Plus units fail to communicate with the Bluetooth chip at a certain temperature range, as happened on some CC6UL units. Apply the following customizations to the NVM file so the communication is maintained regardless of the temperature. - Disable DEEP_SLEEP - Enable Internal Clock These customizations were already performed on the NVM file for the CC6UL. https://jira.digi.com/browse/DEL-3711 Signed-off-by: Gonzalo Ruiz (cherry picked from commit 400b31f652fb98bb1620e03f85a33c231bf6f244) --- .../recipes-bsp/firmware-qualcomm/firmware-qualcomm.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-digi-arm/recipes-bsp/firmware-qualcomm/firmware-qualcomm.bb b/meta-digi-arm/recipes-bsp/firmware-qualcomm/firmware-qualcomm.bb index 0015d1384..9fb83e6d3 100644 --- a/meta-digi-arm/recipes-bsp/firmware-qualcomm/firmware-qualcomm.bb +++ b/meta-digi-arm/recipes-bsp/firmware-qualcomm/firmware-qualcomm.bb @@ -11,6 +11,8 @@ QUALCOMM_WIFI_DRIVER ?= "proprietary" # Selects whether to apply the "Deep Sleep + Internal Clock" workaround BT_INTCLOCK_WORKAROUND ?= "0" BT_INTCLOCK_WORKAROUND_ccimx6ul = "1" +BT_INTCLOCK_WORKAROUND_ccimx6qpsbc = "1" + # Bluetooth firmware files FW_QUALCOMM_BT = " \ file://qca65X4_bt/nvm_tlv_3.2.bin \