[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210903061623.10715-3-Fengquan.Chen@mediatek.com>
Date: Fri, 3 Sep 2021 14:16:23 +0800
From: Fengquan Chen <Fengquan.Chen@...iatek.com>
To: Wim Van Sebroeck <wim@...ux-watchdog.org>,
Guenter Roeck <linux@...ck-us.net>,
Rob Herring <robh+dt@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>,
<linux-watchdog@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
CC: <fengquan.chen@...iatek.com>, <tinghan.shen@...iatek.com>,
<randy.wu@...iatek.com>, <rex-bc.chen@...iatek.com>,
<christine.zhu@...iatek.com>, <joe.yang@...iatek.com>,
<zhishuang.zhang@...iatek.com>
Subject: [v2,2/2] 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 <fengquan.chen@...iatek.com>
---
Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
index e36ba60de829..c202d6fa5801 100644
--- a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
@@ -17,6 +17,7 @@ Required properties:
- reg : Specifies base physical address and size of the registers.
Optional properties:
+- mediatek,disable-extrst: disable send output reset signal
- timeout-sec: contains the watchdog timeout in seconds.
- #reset-cells: Should be 1.
@@ -25,6 +26,7 @@ Example:
watchdog: watchdog@...07000 {
compatible = "mediatek,mt8183-wdt",
"mediatek,mt6589-wdt";
+ mediatek,disable-extrst;
reg = <0 0x10007000 0 0x100>;
timeout-sec = <10>;
#reset-cells = <1>;
--
2.25.1
Powered by blists - more mailing lists