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 <prabhakar.mahadev-lad.rj@bp.renesas.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20240604170513.522631-4-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent d057a1e commit 034e442

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)