diff options
author | Frank Li <Frank.Li@nxp.com> | 2024-02-29 21:09:11 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2024-03-07 01:30:59 +0100 |
commit | 4d4f986d296f3435dac4ee4ab79a6614bc8d1442 (patch) | |
tree | b874838381af21bd51559892eae541a031979084 | |
parent | soc: fsl: qbman: Remove RESERVEDMEM_OF_DECLARE usage (diff) | |
download | linux-4d4f986d296f3435dac4ee4ab79a6614bc8d1442.tar.xz linux-4d4f986d296f3435dac4ee4ab79a6614bc8d1442.zip |
dt-bindings: interrupt-controller: fsl,intmux: Include power-domains support
Enable the power-domains property for the fsl,intmux node. This addition
accommodates i.MX8QXP, i.MX8QM, and i.MX8DXL, which utilize the
power-domains property. Incorporating this eliminates DTB_CHECK errors in
relevant device tree source files.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240229200911.712572-1-Frank.Li@nxp.com
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |