Commit 26baf4b6 authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Greg Kroah-Hartman
Browse files

tty: serial: sh-sci: Add support for R-Car Gen4

parent 6aa7cee6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3181,6 +3181,9 @@ static const struct of_device_id of_sci_match[] = {
	}, {
		.compatible = "renesas,rcar-gen3-scif",
		.data = SCI_OF_DATA(PORT_SCIF, SCIx_SH4_SCIF_BRG_REGTYPE),
	}, {
		.compatible = "renesas,rcar-gen4-scif",
		.data = SCI_OF_DATA(PORT_SCIF, SCIx_SH4_SCIF_BRG_REGTYPE),
	},
	/* Generic types */
	{