[PATCH v2 1/2] dt-bindings: mfd: wlf,arizona: Add irq-gpios

From: Linus Walleij

Date: Tue Mar 17 2026 - 05:32:48 EST


The Wolfson Microelectronics Arizona sometimes needs to poll the
GPIO line corresponding to the IRQ to counter bugs in the hardware
that appear on edge-triggered IRQs.

For this situation, provide the optional irq-gpios property.

Signed-off-by: Linus Walleij <linusw@xxxxxxxxxx>
---
Documentation/devicetree/bindings/mfd/wlf,arizona.yaml | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml b/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml
index 7902f3c5d289..dbf1f1e0a57e 100644
--- a/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml
+++ b/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml
@@ -194,6 +194,15 @@ properties:
reset-gpios:
maxItems: 1

+ irq-gpios:
+ maxItems: 1
+ description:
+ Nominally a functional IRQ should be provided in the interrupts
+ property. However due to glitches in the hardware, the GPIO line
+ corresponding to the IRQ sometimes need to be iteratively polled to
+ check for the triggering edge. If this bug is present, the GPIO line
+ should be passed here.
+
wlf,reset:
description:
GPIO specifier for the GPIO controlling RESET

--
2.53.0