diff mbox series

dt-bindings: interrupt-controller: fsl,intmux: Add power-domains property

Message ID 20230725102215.109895-1-peng.fan@oss.nxp.com
State Not Applicable, archived
Headers show
Series dt-bindings: interrupt-controller: fsl,intmux: Add power-domains property | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Peng Fan (OSS) July 25, 2023, 10:22 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

On some i.MX SoCs, intmux may have a power-domain dependency to be on
before accessing. So add it in dt-binding doc.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 .../devicetree/bindings/interrupt-controller/fsl,intmux.yaml   | 3 +++
 1 file changed, 3 insertions(+)

Comments

Krzysztof Kozlowski July 27, 2023, 7:04 a.m. UTC | #1
On 25/07/2023 12:22, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> On some i.MX SoCs, intmux may have a power-domain dependency to be on
> before accessing. So add it in dt-binding doc.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml b/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml
index 985bfa4f6fda..78baa0a571cf 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml
@@ -37,6 +37,9 @@  properties:
   clock-names:
     const: ipg
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg