From d3f849c7318b95bca2695fe5fca13249e64632bb Mon Sep 17 00:00:00 2001 From: Kim Seer Paller Date: Mon, 13 Oct 2025 13:00:47 +0800 Subject: [PATCH] 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 Signed-off-by: Kim Seer Paller Acked-by: Conor Dooley Link: https://lore.kernel.org/r/20251013-upstream-max17616-v1-1-0e15002479c3@analog.com Signed-off-by: Guenter Roeck --- .../devicetree/bindings/hwmon/pmbus/adi,max17616.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/hwmon/pmbus/adi,max17616.yaml b/Documentation/devicetree/bindings/hwmon/pmbus/adi,max17616.yaml index 4680d354af0ef..fa48af81e083c 100644 --- a/Documentation/devicetree/bindings/hwmon/pmbus/adi,max17616.yaml +++ b/Documentation/devicetree/bindings/hwmon/pmbus/adi,max17616.yaml @@ -26,6 +26,10 @@ properties: vcc-supply: true + interrupts: + description: Fault condition signal provided on SMBALERT pin. + maxItems: 1 + required: - compatible - reg -- 2.47.3