Merge "esoc: mdm-4x: Deassert gpios before lowering PON signal"

This commit is contained in:
Linux Build Service Account 2014-06-01 18:08:40 -07:00 committed by Gerrit - the friendly Code Review server
commit 276d0b24f8

View file

@ -374,10 +374,10 @@ static int mdm_cmd_exe(enum esoc_cmd cmd, struct esoc_clink *esoc)
* to prevent the mdm from immediately powering back on
* after the shutdown
*/
mdm_power_down(mdm);
mdm_update_gpio_configs(mdm, GPIO_UPDATE_BOOTING_CONFIG);
gpio_set_value(MDM_GPIO(mdm, AP2MDM_STATUS), 0);
esoc_clink_queue_request(ESOC_REQ_SHUTDOWN, esoc);
mdm_power_down(mdm);
mdm_update_gpio_configs(mdm, GPIO_UPDATE_BOOTING_CONFIG);
break;
case ESOC_RESET:
mdm_toggle_soft_reset(mdm);