|
@@ -540,6 +540,7 @@ int cnss_wlfw_tgt_cap_send_sync(struct cnss_plat_data *plat_priv)
|
|
|
strlcpy(plat_priv->fw_build_id, resp->fw_build_id,
|
|
|
QMI_WLFW_MAX_BUILD_ID_LEN + 1);
|
|
|
}
|
|
|
+ /* FW will send aop retention volatage for qca6490 */
|
|
|
if (resp->voltage_mv_valid) {
|
|
|
plat_priv->cpr_info.voltage = resp->voltage_mv;
|
|
|
cnss_pr_dbg("Voltage for CPR: %dmV\n",
|