提交 5a4bac6e 编写于 作者: J Jonas Aaberg 提交者: Lee Jones

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: NLee Jones <lee.jones@linaro.org>
Signed-off-by: NJonas Aaberg <jonas.aberg@stericsson.com>
Reviewed-by: NKarl KOMIEROWSKI <karl.komierowski@stericsson.com>
上级 0903940d
...@@ -59,7 +59,7 @@ void ab8500_power_off(void) ...@@ -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");
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册