Skip to content

Commit 7b21f32

Browse files
geertugregkh
authored andcommitted
dt-bindings: serial: renesas,scif: Fix 4th IRQ for 4-IRQ SCIFs
The fourth interrupt on SCIF variants with four interrupts (RZ/A1) is the Break interrupt, not the Transmit End interrupt (like on SCI(g)). Update the description and interrupt name to fix this. Fixes: 384d00f ("dt-bindings: serial: sh-sci: Convert to json-schema") Cc: stable <stable@kernel.org> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/719d1582e0ebbe3d674e3a48fc26295e1475a4c3.1679046394.git.geert+renesas@glider.be Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent b43a186 commit 7b21f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ properties:
9292
- description: Error interrupt
9393
- description: Receive buffer full interrupt
9494
- description: Transmit buffer empty interrupt
95-
- description: Transmit End interrupt
95+
- description: Break interrupt
9696
- items:
9797
- description: Error interrupt
9898
- description: Receive buffer full interrupt
@@ -107,7 +107,7 @@ properties:
107107
- const: eri
108108
- const: rxi
109109
- const: txi
110-
- const: tei
110+
- const: bri
111111
- items:
112112
- const: eri
113113
- const: rxi

0 commit comments

Comments
 (0)