[PATCH] dt-bindings: mfd: Allow MT6360 interrupt flags

From: Rob Herring (Arm)

Date: Mon Sep 21 2026 - 19:36:04 EST


MT6360 interrupt controllers use either one interrupt cell or two
cells, with the optional second cell carrying trigger flags. Allow both
forms.

Assisted-by: LLM
Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
---
Documentation/devicetree/bindings/mfd/mediatek,mt6360.yaml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/mediatek,mt6360.yaml b/Documentation/devicetree/bindings/mfd/mediatek,mt6360.yaml
index fb65abf30d57..828ed7f558f6 100644
--- a/Documentation/devicetree/bindings/mfd/mediatek,mt6360.yaml
+++ b/Documentation/devicetree/bindings/mfd/mediatek,mt6360.yaml
@@ -33,9 +33,10 @@ properties:
interrupt-controller: true

"#interrupt-cells":
- const: 1
+ enum: [1, 2]
description:
- The first cell is the IRQ number.
+ The first cell is the IRQ number. The optional second cell is the IRQ
+ trigger type.

regulators:
$ref: /schemas/regulator/mt6360-regulator.yaml#
--
2.53.0