serial: mxc: Add match string for i.mx6 quad/dual lite serial
authorBernhard Messerklinger <bernhard.messerklinger@br-automation.com>
Mon, 3 Sep 2018 08:17:35 +0000 (10:17 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 22 Oct 2018 16:56:17 +0000 (18:56 +0200)
Signed-off-by: Bernhard Messerklinger <bernhard.messerklinger@br-automation.com>
Reviewed-by: Hannes Schmelzer <oe5hpm@oevsv.at>
Tested-by: Hannes Schmelzer <oe5hpm@oevsv.at>
drivers/serial/serial_mxc.c

index 4f1f822..e586c18 100644 (file)
@@ -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