Skip to content

Commit 0ab1dc9

Browse files
olerembroonie
authored andcommitted
regulator: dt-bindings: fixed-regulator: Add under-voltage interrupt support
Add under-voltage interrupt support. This can be used with simple regulators having no other way to communicate an under-voltage event except as by toggling some GPIO line. Signed-off-by: Oleksij Rempel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 7a198e0 commit 0ab1dc9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/regulator/fixed-regulator.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ properties:
100100
vin-supply:
101101
description: Input supply phandle.
102102

103+
interrupts:
104+
maxItems: 1
105+
description:
106+
Interrupt signaling a critical under-voltage event.
107+
103108
required:
104109
- compatible
105110
- regulator-name

0 commit comments

Comments
 (0)