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 <treding@nvidia.com> Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20211206153432.226963-1-thierry.reding@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent d69e197 commit 4aafc5c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)