mfd: ab8500-sysctrl.c: Provide charging as reset reason
It's possible to supply a string to provide a reason for triggering a restart. In this case our reason is to enter charging-only mode, as a charger was found to be present. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Reviewed-by: Karl KOMIEROWSKI <karl.komierowski@stericsson.com>
This commit is contained in:
@@ -59,7 +59,7 @@ void ab8500_power_off(void)
|
|||||||
"Charger \"%s\" is connected with known battery."
|
"Charger \"%s\" is connected with known battery."
|
||||||
" Rebooting.\n",
|
" Rebooting.\n",
|
||||||
pss[i]);
|
pss[i]);
|
||||||
machine_restart(NULL);
|
machine_restart("charging");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user