Unverified Commit 0ab1dc9c authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Mark Brown
Browse files

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: default avatarOleksij Rempel <o.rempel@pengutronix.de>
Link: https://lore.kernel.org/r/20231025084614.3092295-4-o.rempel@pengutronix.de


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7a198e0d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -100,6 +100,11 @@ properties:
  vin-supply:
    description: Input supply phandle.

  interrupts:
    maxItems: 1
    description:
      Interrupt signaling a critical under-voltage event.

required:
  - compatible
  - regulator-name