[PATCH 1/4] dt-bindings: clock: imx8m: Add missing interrupt property
Alexander Stein
alexander.stein at ew.tq-group.com
Tue May 9 23:56:41 PDT 2023
All i.MX8M SoC have 2 CCM interrupts, called:
* Interrupt Request 1
* Interrupt Request 2
Signed-off-by: Alexander Stein <alexander.stein at ew.tq-group.com>
---
Admittedly despite listing them in the interrupt list, there is no
further description.
If it is deemed these IRQs are useless, the corresponding property in
imx8mq.dtsi should be removed instead.
Documentation/devicetree/bindings/clock/imx8m-clock.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/clock/imx8m-clock.yaml b/Documentation/devicetree/bindings/clock/imx8m-clock.yaml
index 0dbc1433fede..80539f88bc27 100644
--- a/Documentation/devicetree/bindings/clock/imx8m-clock.yaml
+++ b/Documentation/devicetree/bindings/clock/imx8m-clock.yaml
@@ -24,6 +24,9 @@ properties:
reg:
maxItems: 1
+ interrupts:
+ maxItems: 2
+
clocks:
minItems: 6
maxItems: 7
--
2.34.1
More information about the linux-arm-kernel
mailing list