diff options
author | Alexander Stein <[email protected]> | 2023-05-10 08:56:41 +0200 |
---|---|---|
committer | Abel Vesa <[email protected]> | 2023-06-12 12:16:09 +0300 |
commit | 6e6bb1639136f36c82efda147b63e2a2197fa3f8 (patch) | |
tree | 3598b17f13bd65fa2aee8984bf1a6d6ec67241fe | |
parent | 1b280598ab3bd8a2dc8b96a12530d5b1ee7a8f4a (diff) |
dt-bindings: clock: imx8m: Add missing interrupt property
All i.MX8M SoC have 2 CCM interrupts, called:
* Interrupt Request 1
* Interrupt Request 2
Signed-off-by: Alexander Stein <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Abel Vesa <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Abel Vesa <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/clock/imx8m-clock.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |