[PATCH linux dev-4.10] arch/arm/boot/dts: Add watchdog 1 optional properties.

Christopher Bostic cbostic at linux.vnet.ibm.com
Fri Jul 7 00:06:42 AEST 2017


Define external-signal and no system reset optional parameters
to the dev tree so that watchdog 1 can be configured for these
modes.

Signed-off-by: Christopher Bostic <cbostic at linux.vnet.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
index 31315d0..20bbda6 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
@@ -420,6 +420,11 @@
 	aspeed,external-nodes = <&gfx &lhc>;
 };
 
+&wdt1 {
+	aspeed,no-sys-reset;
+	aspeed,external-signal;
+};
+
 &wdt2 {
 	status = "okay";
 };
-- 
1.8.2.2



More information about the openbmc mailing list