OSDN Git Service

watchdog: orion: Handle the interrupt so it's properly acked
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / Documentation / devicetree / bindings / watchdog / marvel.txt
index 5dc8d30..0731fbd 100644 (file)
@@ -7,6 +7,7 @@ Required Properties:
 
 Optional properties:
 
+- interrupts   : Contains the IRQ for watchdog expiration
 - timeout-sec  : Contains the watchdog timeout in seconds
 
 Example:
@@ -14,6 +15,7 @@ Example:
        wdt@20300 {
                compatible = "marvell,orion-wdt";
                reg = <0x20300 0x28>;
+               interrupts = <3>;
                timeout-sec = <10>;
                status = "okay";
        };