mirror of https://github.com/torvalds/linux.git
dt-bindings: serial: sh-sci: Fix r8a78000 interrupts
The SCIF instances on R-Car Gen5 have a single interrupt, just like on
other R-Car SoCs.
Fixes: 6ac1d60473 ("dt-bindings: serial: sh-sci: Document r8a78000 bindings")
Cc: stable <stable@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/09bc9881b31bdb948ce8b69a2b5acf633f5505a4.1759920441.git.geert+renesas@glider.be
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1c05bf6c02
commit
ea9f6d3167
|
|
@ -197,6 +197,7 @@ allOf:
|
||||||
- renesas,rcar-gen2-scif
|
- renesas,rcar-gen2-scif
|
||||||
- renesas,rcar-gen3-scif
|
- renesas,rcar-gen3-scif
|
||||||
- renesas,rcar-gen4-scif
|
- renesas,rcar-gen4-scif
|
||||||
|
- renesas,rcar-gen5-scif
|
||||||
then:
|
then:
|
||||||
properties:
|
properties:
|
||||||
interrupts:
|
interrupts:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue