All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: regulator: maxim,max8973: Document interrupts property
@ 2021-12-06 15:34 Thierry Reding
  2021-12-06 15:42 ` Mark Brown
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thierry Reding @ 2021-12-06 15:34 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: Rob Herring, Krzysztof Kozlowski, devicetree

From: Thierry Reding <treding@nvidia.com>

One of the examples in the bindings has an interrupts property and the
Linux kernel driver has support for requesting an interrupt as well. It
looks like the absence from the bindings was just an oversight. Add the
property to make sure the examples can be validated.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 Documentation/devicetree/bindings/regulator/maxim,max8973.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/regulator/maxim,max8973.yaml b/Documentation/devicetree/bindings/regulator/maxim,max8973.yaml
index 54522827265b..35c53e27f78c 100644
--- a/Documentation/devicetree/bindings/regulator/maxim,max8973.yaml
+++ b/Documentation/devicetree/bindings/regulator/maxim,max8973.yaml
@@ -86,6 +86,9 @@ properties:
   reg:
     maxItems: 1
 
+  interrupts:
+    maxItems: 1
+
 required:
   - compatible
   - reg
-- 
2.33.1


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

end of thread, other threads:[~2021-12-07 15:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-06 15:34 [PATCH] dt-bindings: regulator: maxim,max8973: Document interrupts property Thierry Reding
2021-12-06 15:42 ` Mark Brown
2021-12-06 15:57 ` Krzysztof Kozlowski
2021-12-06 20:24 ` Rob Herring
2021-12-07 15:09 ` Mark Brown

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.