mirror of https://github.com/torvalds/linux.git
dt-bindings: hwmon: pmbus/max17616: Add SMBALERT interrupt property
Add interrupt property to document the SMBALERT pin functionality for fault condition signal. Suggested-by: Marcelo Schmitt <marcelo.schmitt@analog.com> Signed-off-by: Kim Seer Paller <kimseer.paller@analog.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20251013-upstream-max17616-v1-1-0e15002479c3@analog.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
9d501496f0
commit
d3f849c731
|
|
@ -26,6 +26,10 @@ properties:
|
||||||
|
|
||||||
vcc-supply: true
|
vcc-supply: true
|
||||||
|
|
||||||
|
interrupts:
|
||||||
|
description: Fault condition signal provided on SMBALERT pin.
|
||||||
|
maxItems: 1
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
- reg
|
- reg
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue