All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-4.10 v3] ARM: dts: aspeed: Add watchdog 1 optional properties.
@ 2017-07-06 22:38 Christopher Bostic
  0 siblings, 0 replies; only message in thread
From: Christopher Bostic @ 2017-07-06 22:38 UTC (permalink / raw)
  To: joel; +Cc: Christopher Bostic, openbmc

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@linux.vnet.ibm.com>
---
v3 - Fix commit message
v2 - Update optional properties based on latest community feedback.
---
 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..44dad21 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,reset-type = "none";
+	aspeed,external-signal;
+};
+
 &wdt2 {
 	status = "okay";
 };
-- 
1.8.2.2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-06 22:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-06 22:38 [PATCH linux dev-4.10 v3] ARM: dts: aspeed: Add watchdog 1 optional properties Christopher Bostic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.