Skip to content

Commit eed0987

Browse files
mtk23002Wim Van Sebroeck
authored andcommitted
dt-bindings: watchdog: mtk-wdt: add disable_wdt_extrst support
This patch add a description and example of disable_wdt_extrst element for watchdog on MTK Socs Signed-off-by: Fengquan Chen <[email protected]> Acked-by: Rob Herring <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 414a9bf commit eed0987

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/watchdog/mtk-wdt.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Required properties:
2222
- reg : Specifies base physical address and size of the registers.
2323

2424
Optional properties:
25+
- mediatek,disable-extrst: disable send output reset signal
2526
- interrupts: Watchdog pre-timeout (bark) interrupt.
2627
- timeout-sec: contains the watchdog timeout in seconds.
2728
- #reset-cells: Should be 1.
@@ -31,6 +32,7 @@ Example:
3132
watchdog: watchdog@10007000 {
3233
compatible = "mediatek,mt8183-wdt",
3334
"mediatek,mt6589-wdt";
35+
mediatek,disable-extrst;
3436
reg = <0 0x10007000 0 0x100>;
3537
interrupts = <GIC_SPI 139 IRQ_TYPE_NONE>;
3638
timeout-sec = <10>;

0 commit comments

Comments
 (0)