Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1665166 > unrolled thread

[PATCH 0/2] drivers/watchdog ASPEED: Add optional dev tree configs

Started byChristopher Bostic <cbostic@linux.vnet.ibm.com>
First post2017-06-13 22:40 +0200
Last post2017-06-13 22:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] drivers/watchdog ASPEED: Add optional dev tree configs Christopher Bostic <cbostic@linux.vnet.ibm.com> - 2017-06-13 22:40 +0200

#1665166 — [PATCH 0/2] drivers/watchdog ASPEED: Add optional dev tree configs

FromChristopher Bostic <cbostic@linux.vnet.ibm.com>
Date2017-06-13 22:40 +0200
Subject[PATCH 0/2] drivers/watchdog ASPEED: Add optional dev tree configs
Message-ID<tS0Lw-4an-9@gated-at.bofh.it>
Add optional device tree attribute 'external-signal'.  Configure watchdog
to drive external signal on timeout if this attribute is present.

Add optional device tree attribute 'no-system-reset'.  Configure watchdog
to not reset system on timeout if this attribute is present.  This mode
is used when one of the other watchdogs in system is to be responsible for
managing system reset.

Christopher Bostic (2):
  drivers/watchdog: Document new aspeed optional dev tree properties.
  drivers/watchdog: ASPEED reference dev tree properties for config

 Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt | 11 +++++++++++
 drivers/watchdog/aspeed_wdt.c                             | 13 +++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)

-- 
1.8.2.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web