[PATCH 9/9] ARM: i.MX: pfla02: set priority of da9063 watchdog
Sascha Hauer
s.hauer at pengutronix.de
Thu Apr 12 00:22:31 PDT 2018
From: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>
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 at sigma-chemnitz.de>
Tested-by: Stefan Christ <s.christ at phytec.de>
Signed-off-by: Christian Hemp <c.hemp at phytec.de>
---
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 at 58 {
+ watchdog-priority = <500>;
+ restart-priority = <500>;
+ reset-source-priority = <500>;
+ };
};
--
2.16.1
More information about the barebox
mailing list