drivers/watchdog: Add optional ASPEED device tree properties
authorChristopher Bostic <cbostic@linux.vnet.ibm.com>
Mon, 17 Jul 2017 19:25:38 +0000 (14:25 -0500)
committerWim Van Sebroeck <wim@iguana.be>
Sat, 9 Sep 2017 19:05:02 +0000 (21:05 +0200)
commitffbb29d62d6bcca3eff88111b58e4865506e95bf
treed75e5014d5979e185f6eb4ebe5b65b298d9e311d
parentb7f0b8ad25f3f19f7830b3ce5b8fa6f7fe7ae5d5
drivers/watchdog: Add optional ASPEED device tree properties

Describe device tree optional properties:

  * aspeed,reset-type = "cpu|soc|system|none"
     One of three different, mutually exclusive, values

"cpu" : ARM CPU reset on signal
"soc" : 'System on chip' reset
"system" : Full system reset

     The value can also be set to "none" which indicates that no
     reset of any kind is to be done via this watchdog.  This assumes
     another watchdog on the chip is to take care of resets.

  * aspeed,external-signal - Generate external signal (WDT1 and WDT2 only)
  * aspeed,alt-boot - Boot from alternate block on signal

Signed-off-by: Christopher Bostic <cbostic@linux.vnet.ibm.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt