diff options
author | Lad Prabhakar <[email protected]> | 2024-06-04 18:05:11 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-06-24 16:09:37 +0200 |
commit | 034e4422ddb5ec9075d550f4668be0a3e85e6a3e (patch) | |
tree | d62a31eee7ac18e8253006bc85dfe6312ae460da | |
parent | d057a1e3e475c6d9e24ce2e79c3f3daf367e33d8 (diff) |
dt-bindings: serial: renesas,scif: Make 'interrupt-names' property as required
As all the SoCs having multiple interrupts have 'interrupt-names' property
in their respective DTSIs, make 'interrupt-names' property as required
so that we can validate them using dtbs_check.
Signed-off-by: Lad Prabhakar <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/serial/renesas,scif.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/renesas,scif.yaml b/Documentation/devicetree/bindings/serial/renesas,scif.yaml index a750676064cf..fcead2150874 100644 --- a/Documentation/devicetree/bindings/serial/renesas,scif.yaml +++ b/Documentation/devicetree/bindings/serial/renesas,scif.yaml @@ -180,6 +180,9 @@ allOf: maxItems: 1 interrupt-names: false + else: + required: + - interrupt-names - if: properties: |