Skip to content

Commit f4c5358

Browse files
185264646Wim Van Sebroeck
authored andcommitted
dt-bindings: watchdog: arm,sp805: document the reset signal
The reset signal needs to be deasserted before operation of sp805 module. Document in the binding. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Yang Xiwen <forbidden405@outlook.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20240221-hisi-wdt-v3-2-9642613dc2e6@outlook.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
1 parent 575f100 commit f4c5358

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/watchdog/arm,sp805.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ properties:
5050
- const: wdog_clk
5151
- const: apb_pclk
5252

53+
resets:
54+
maxItems: 1
55+
description: WDOGRESn input reset signal for sp805 module.
56+
5357
required:
5458
- compatible
5559
- reg
@@ -67,4 +71,5 @@ examples:
6771
interrupts = <GIC_SPI 406 IRQ_TYPE_LEVEL_HIGH>;
6872
clocks = <&wdt_clk>, <&apb_pclk>;
6973
clock-names = "wdog_clk", "apb_pclk";
74+
resets = <&wdt_rst>;
7075
};

0 commit comments

Comments
 (0)