[PATCH 1/4] dt-bindings: power: supply: max17042: add share-irq node

From: Dzmitry Sankouski
Date: Sat Nov 09 2024 - 07:45:15 EST


If specified, driver should request irq as shared.

Signed-off-by: Dzmitry Sankouski <dsankouski@xxxxxxxxx>
---
Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml b/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml
index 085e2504d0dc..e98ffdad1ec3 100644
--- a/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml
+++ b/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml
@@ -59,6 +59,11 @@ properties:
Voltage threshold to report battery as over voltage (in mV).
Default is not to report over-voltage events.

+ shared-irq:
+ description: |
+ Request interrupt as shared.
+ Set in case of other devices using same interrupt pin.
+
power-supplies: true

required:
@@ -79,5 +84,6 @@ examples:
maxim,rsns-microohm = <10000>;
maxim,over-heat-temp = <600>;
maxim,over-volt = <4300>;
+ shared-irq;
};
};

--
2.39.2