dt-bindings: watchdog: aspeed,ast2400-wdt: Add support for AST2700Add support for the AST2700 SoC in the ASPEED watchdog device treebindings. This includes:- Adding "aspeed,ast2700-wdt" to the c
dt-bindings: watchdog: aspeed,ast2400-wdt: Add support for AST2700Add support for the AST2700 SoC in the ASPEED watchdog device treebindings. This includes:- Adding "aspeed,ast2700-wdt" to the compatible string list.- Extending the "aspeed,reset-mask" property description for AST2700.- Defining AST2700-specific reset mask bits in aspeed-wdt.h, covering RESET1 to RESET5.Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>Reviewed-by: Rob Herring (Arm) <robh@kernel.org>Signed-off-by: Guenter Roeck <linux@roeck-us.net>Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
show more ...
dt-bindings: watchdog: aspeed-wdt: Add aspeed,reset-mask propertyThis property configures the Aspeed watchdog timer's reset mask, whichcontrols which peripherals are reset when the watchdog timer
dt-bindings: watchdog: aspeed-wdt: Add aspeed,reset-mask propertyThis property configures the Aspeed watchdog timer's reset mask, whichcontrols which peripherals are reset when the watchdog timer expires.Some platforms require that certain devices be left untouched across areboot; aspeed,reset-mask can now be used to express such constraints.Signed-off-by: Zev Weiss <zev@bewilderbeest.net>Reviewed-by: Rob Herring <robh@kernel.org>Reviewed-by: Guenter Roeck <linux@roeck-us.net>Link: https://lore.kernel.org/r/20230922104231.1434-5-zev@bewilderbeest.netSigned-off-by: Guenter Roeck <linux@roeck-us.net>Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>