Skip to content

Commit 4aafc5c

Browse files
thierryredingbroonie
authored andcommitted
regulator: maxim,max8973: Document interrupts property
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 <[email protected]> Acked-by: Rob Herring <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent d69e197 commit 4aafc5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/regulator/maxim,max8973.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ properties:
8686
reg:
8787
maxItems: 1
8888

89+
interrupts:
90+
maxItems: 1
91+
8992
required:
9093
- compatible
9194
- reg

0 commit comments

Comments
 (0)