[PATCH v3 1/3] serial: ns16550: Add Intel XScale support
Stefan Roese
sr at denx.de
Tue Jan 28 09:02:35 CET 2025
On 24.01.25 16:47, Duje Mihanović wrote:
> Add compatible string for the Intel XScale variant of the 16550. Needed
> to match upstream.
>
> Signed-off-by: Duje Mihanović <duje.mihanovic at skole.hr>
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
> ---
> drivers/serial/ns16550.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/serial/ns16550.c b/drivers/serial/ns16550.c
> index 039da835f5f6cdd30080bd16e0b0da7be1619171..0e267d097c53524e63145747db619266984950d8 100644
> --- a/drivers/serial/ns16550.c
> +++ b/drivers/serial/ns16550.c
> @@ -605,6 +605,7 @@ static const struct udevice_id ns16550_serial_ids[] = {
> { .compatible = "ingenic,jz4780-uart", .data = PORT_JZ4780 },
> { .compatible = "nvidia,tegra20-uart", .data = PORT_NS16550 },
> { .compatible = "snps,dw-apb-uart", .data = PORT_NS16550 },
> + { .compatible = "intel,xscale-uart", .data = PORT_NS16550 },
> {}
> };
> #endif /* OF_REAL */
>
Viele Grüße,
Stefan Roese
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de
More information about the U-Boot
mailing list