Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ebcc02d authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wil6210: do not set BIT_USER_SUPPORT_T_POWER_ON_0 in Talyn-MB"

parents 84c778ab 534877d2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1610,7 +1610,8 @@ int wil_reset(struct wil6210_priv *wil, bool load_fw)
	wil_dbg_misc(wil, "Prevent DS in BL\n");
	wil_s(wil, RGF_USER_USAGE_8, BIT_USER_PREVENT_DEEP_SLEEP);

	if (test_bit(WIL_PLATFORM_CAPA_T_PWR_ON_0, wil->platform_capa)) {
	if (test_bit(WIL_PLATFORM_CAPA_T_PWR_ON_0, wil->platform_capa) &&
	    wil->hw_version < HW_VER_TALYN_MB) {
		wil_dbg_misc(wil, "Notify FW to set T_POWER_ON=0\n");
		wil_s(wil, RGF_USER_USAGE_8, BIT_USER_SUPPORT_T_POWER_ON_0);
	}