]> git.ipfire.org Git - thirdparty/u-boot.git/commit
serial: sh: Add RZ/G2L SCIF support
authorPaul Barker <paul.barker.ct@bp.renesas.com>
Thu, 19 Oct 2023 14:30:44 +0000 (15:30 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 19 Oct 2023 15:03:20 +0000 (17:03 +0200)
commit966caedfa89acaeceb6968f051b7ae26c4c6673f
tree40bbf0ca91bbee900f99584c4979cba9e570dc85
parent0f924d88fa0233abe49cb1c06317f1b486326a90
serial: sh: Add RZ/G2L SCIF support

Extend the existing driver to support the SCIF serial ports on the
Renesas RZ/G2L (R9A07G044) SoC. This also requires us to ensure that if
there is a reset signal defined in the device tree, it is de-asserted
before we try to talk to the SCIF module.

Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Tested-by: Marek Vasut <marek.vasut+renesas@mailbox.org> # R-Car H3 Salvator-XS
arch/arm/mach-rmobile/Kconfig
drivers/serial/serial_sh.c
drivers/serial/serial_sh.h