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

Commit e26ca747 authored by Adam Bickett's avatar Adam Bickett
Browse files

esoc: power down on reboot



Power down external modem during primary reboot. This ensures the
external modem is in a consistent state on the subsequent powerup
after the reboot.

Change-Id: I52da95e450a58f4180153d5e069bd2dae8d6132e
CRs-Fixed: 2244359
Signed-off-by: default avatarAdam Bickett <abickett@codeaurora.org>
parent ac121119
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -418,7 +418,7 @@ static void mdm_notify(enum esoc_notify notify, struct esoc_clink *esoc)
		mdm_disable_irqs(mdm);
		mdm->debug = 0;
		mdm->ready = false;
		mdm_cold_reset(mdm);
		mdm_power_down(mdm);
		break;
	};
}