From e16f7f7f4bcfe9c465c27cb94e86b65e649e6b50 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 3 Aug 2016 16:14:50 +0200 Subject: ARM: i.MX: pfla02: set priority of da9063 watchdog To win against the internal imx6 or other external watchdogs, increase priority (default: 100) of the da9063 watchdog. Ditto for the restart handler and reset source priority. Signed-off-by: Enrico Scholz Tested-by: Stefan Christ Signed-off-by: Christian Hemp --- arch/arm/dts/imx6qdl-phytec-pfla02.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi index 9a8c7024a3..7cc8be1951 100644 --- a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi @@ -200,4 +200,10 @@ pagesize = <32>; reg = <0x50>; }; + + pmic@58 { + watchdog-priority = <500>; + restart-priority = <500>; + reset-source-priority = <500>; + }; }; -- cgit v1.2.3