xen/arm: drivers: scif: Add support for SCIFA compatible UARTs
authorOleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Thu, 2 May 2019 17:00:20 +0000 (20:00 +0300)
committerWei Liu <wei.liu2@citrix.com>
Mon, 13 May 2019 10:28:03 +0000 (11:28 +0100)
commite1b0466b7628bee09a0d348c9f1800c22e44a27f
tree76141df513d4b8a38e4a48b72843df7a8c153268
parent2e052b07bb11b4721e88730c1c0a6859cc182265
xen/arm: drivers: scif: Add support for SCIFA compatible UARTs

For the driver to be able to handle SCIFA interface as well,
this patch just adds the following:
- SCIFA related macros
- New element in "port_params" array to keep SCIFA specific things
- SCIFA compatible string

This patch makes possible to use existing driver for Renesas "Stout"
board based on R-Car H2 SoC (SCIFA).

Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Acked-by: Julien Grall <julien.grall@arm.com>
xen/drivers/char/scif-uart.c
xen/include/asm-arm/scif-uart.h