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

Commit f0288e13 authored by Ajit Kumar's avatar Ajit Kumar
Browse files

soc: qcom: bgcom: Set BG SPI state free on BG up



Set BG SPI state to free on BG powered up.

Change-Id: I9133e20480ed38ea4787f59600e13eb3aa4aecd7
Signed-off-by: default avatarAjit Kumar <kajit@codeaurora.org>
parent eff4eda6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -359,6 +359,7 @@ static int ssr_bg_cb(struct notifier_block *this,
		break;
	case SUBSYS_AFTER_POWERUP:
		bge.e_type = BG_AFTER_POWER_UP;
		bgcom_set_spi_state(BGCOM_SPI_FREE);
		send_uevent(&bge);
		break;
	}