提交 b81180b3 编写于 作者: S Stefan Agner 提交者: Sebastian Reichel

power: reset: adjust priority of simple syscon reboot driver

Currently, all restart handler use the priority 128, including
watchdogs. Probably most SoC have a watchdog, and some of them
register it also as a restart handler. But if a SoC specifies
a dedicated reboot capability using this syscon driver, this is
usually the preferred reboot method. Hence, raise the priority
of this driver to 192.
Signed-off-by: NStefan Agner <stefan@agner.ch>
Reviewed-by: NGuenter Roeck <linux@roeck-us.net>
Acked-by: NMark Rutland <mark.rutland@arm.com>
Signed-off-by: NSebastian Reichel <sre@kernel.org>
上级 99a79565
......@@ -68,7 +68,7 @@ static int syscon_reboot_probe(struct platform_device *pdev)
return -EINVAL;
ctx->restart_handler.notifier_call = syscon_restart_handle;
ctx->restart_handler.priority = 128;
ctx->restart_handler.priority = 192;
err = register_restart_handler(&ctx->restart_handler);
if (err)
dev_err(dev, "can't register restart notifier (err=%d)\n", err);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册