summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>2016-08-03 16:14:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-04-12 09:20:38 +0200
commite16f7f7f4bcfe9c465c27cb94e86b65e649e6b50 (patch)
treebb88dff91b50fea796fbcc033928af879579da6e
parent8c03656798ac333f8fa4fd5b3cbc1adbb1b2cfdb (diff)
downloadbarebox-e16f7f7f4bcfe9c465c27cb94e86b65e649e6b50.tar.gz
barebox-e16f7f7f4bcfe9c465c27cb94e86b65e649e6b50.tar.xz
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 <enrico.scholz@sigma-chemnitz.de> Tested-by: Stefan Christ <s.christ@phytec.de> Signed-off-by: Christian Hemp <c.hemp@phytec.de>
-rw-r--r--arch/arm/dts/imx6qdl-phytec-pfla02.dtsi6
1 files changed, 6 insertions, 0 deletions
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>;
+ };
};