[U-Boot] [PATCH] serial: mxc: Add match string for i.mx6 quad/dual lite serial

Hannes Schmelzer hannes at schmelzer.or.at
Mon Sep 3 08:51:40 UTC 2018


On 09/03/2018 10:17 AM, Bernhard Messerklinger wrote:
> Signed-off-by: Bernhard Messerklinger <bernhard.messerklinger at br-automation.com>
> ---
>
>   drivers/serial/serial_mxc.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/serial/serial_mxc.c b/drivers/serial/serial_mxc.c
> index 4f1f822c58..e586c18cf0 100644
> --- a/drivers/serial/serial_mxc.c
> +++ b/drivers/serial/serial_mxc.c
> @@ -339,6 +339,7 @@ static int mxc_serial_ofdata_to_platdata(struct udevice *dev)
>   static const struct udevice_id mxc_serial_ids[] = {
>   	{ .compatible = "fsl,imx6ul-uart" },
>   	{ .compatible = "fsl,imx7d-uart" },
> +	{ .compatible = "fsl,imx6q-uart" },
>   	{ }
>   };
>   #endif
Reviewed-by: Hannes Schmelzer <oe5hpm at oevsv.at>
Tested-by: Hannes Schmelzer <oe5hpm at oevsv.at>


More information about the U-Boot mailing list