From b81180b3fd4814af0459a5b6aeb1ee188fea98dc Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 2 Dec 2014 18:11:58 +0100 Subject: [PATCH] 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: Stefan Agner Reviewed-by: Guenter Roeck Acked-by: Mark Rutland Signed-off-by: Sebastian Reichel --- Reading git-format-patch failed