All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: watchdog: Add optional interrupts property
@ 2020-02-03  5:31 ` Sai Prakash Ranjan
  0 siblings, 0 replies; 4+ messages in thread
From: Sai Prakash Ranjan @ 2020-02-03  5:31 UTC (permalink / raw
  To: Andy Gross, Bjorn Andersson, Rob Herring, devicetree,
	Stephen Boyd
  Cc: Douglas Anderson, Guenter Roeck, Matthias Kaehlcke,
	linux-arm-kernel, linux-kernel, linux-arm-msm, Sai Prakash Ranjan

Add optional interrupts property for specifying pre-timeout (bark)
interrupt on QCOM SoCs.

Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
---
 Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
index 7180c64f54fb..e55aa7f3b08a 100644
--- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
@@ -34,6 +34,9 @@ properties:
   clocks:
     maxItems: 1
 
+  interrupts:
+    maxItems: 1
+
 required:
   - compatible
   - reg
---

This patch to be applied on top of 2 patches here:
 - https://lore.kernel.org/patchwork/cover/1188497/

--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] dt-bindings: watchdog: Add optional interrupts property
@ 2020-02-03  5:31 ` Sai Prakash Ranjan
  0 siblings, 0 replies; 4+ messages in thread
From: Sai Prakash Ranjan @ 2020-02-03  5:31 UTC (permalink / raw
  To: Andy Gross, Bjorn Andersson, Rob Herring, devicetree,
	Stephen Boyd
  Cc: Sai Prakash Ranjan, linux-arm-msm, Douglas Anderson, linux-kernel,
	Matthias Kaehlcke, Guenter Roeck, linux-arm-kernel

Add optional interrupts property for specifying pre-timeout (bark)
interrupt on QCOM SoCs.

Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
---
 Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
index 7180c64f54fb..e55aa7f3b08a 100644
--- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
@@ -34,6 +34,9 @@ properties:
   clocks:
     maxItems: 1
 
+  interrupts:
+    maxItems: 1
+
 required:
   - compatible
   - reg
---

This patch to be applied on top of 2 patches here:
 - https://lore.kernel.org/patchwork/cover/1188497/

--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: watchdog: Add optional interrupts property
  2020-02-03  5:31 ` Sai Prakash Ranjan
@ 2020-02-03 17:00   ` Stephen Boyd
  -1 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2020-02-03 17:00 UTC (permalink / raw
  To: Andy Gross, Bjorn Andersson, Rob Herring, Sai Prakash Ranjan,
	devicetree
  Cc: Douglas Anderson, Guenter Roeck, Matthias Kaehlcke,
	linux-arm-kernel, linux-kernel, linux-arm-msm, Sai Prakash Ranjan

Quoting Sai Prakash Ranjan (2020-02-02 21:31:15)
> Add optional interrupts property for specifying pre-timeout (bark)
> interrupt on QCOM SoCs.
> 
> Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>

Maybe there could be a description that says it's the "pre-timeout
(bark)" but I'm not too worried about it.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: watchdog: Add optional interrupts property
@ 2020-02-03 17:00   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2020-02-03 17:00 UTC (permalink / raw
  To: Andy Gross, Bjorn Andersson, Rob Herring, Sai Prakash Ranjan,
	devicetree
  Cc: Sai Prakash Ranjan, linux-arm-msm, Douglas Anderson, linux-kernel,
	Matthias Kaehlcke, Guenter Roeck, linux-arm-kernel

Quoting Sai Prakash Ranjan (2020-02-02 21:31:15)
> Add optional interrupts property for specifying pre-timeout (bark)
> interrupt on QCOM SoCs.
> 
> Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>

Maybe there could be a description that says it's the "pre-timeout
(bark)" but I'm not too worried about it.


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-03 17:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-03  5:31 [PATCH] dt-bindings: watchdog: Add optional interrupts property Sai Prakash Ranjan
2020-02-03  5:31 ` Sai Prakash Ranjan
2020-02-03 17:00 ` Stephen Boyd
2020-02-03 17:00   ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.