Skip to content

Commit 034e442

Browse files
prabhakarladgregkh
authored andcommitted
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]>
1 parent d057a1e commit 034e442

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/serial/renesas,scif.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ allOf:
180180
maxItems: 1
181181

182182
interrupt-names: false
183+
else:
184+
required:
185+
- interrupt-names
183186

184187
- if:
185188
properties:

0 commit comments

Comments
 (0)