mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
serial: mxc: Add match string for i.mx6 quad/dual lite serial
Signed-off-by: Bernhard Messerklinger <bernhard.messerklinger@br-automation.com> Reviewed-by: Hannes Schmelzer <oe5hpm@oevsv.at> Tested-by: Hannes Schmelzer <oe5hpm@oevsv.at>
This commit is contained in:
parent
e292e1d9df
commit
4684fa8bdd
@ -339,6 +339,7 @@ static int mxc_serial_ofdata_to_platdata(struct udevice *dev)
|
|||||||
static const struct udevice_id mxc_serial_ids[] = {
|
static const struct udevice_id mxc_serial_ids[] = {
|
||||||
{ .compatible = "fsl,imx6ul-uart" },
|
{ .compatible = "fsl,imx6ul-uart" },
|
||||||
{ .compatible = "fsl,imx7d-uart" },
|
{ .compatible = "fsl,imx7d-uart" },
|
||||||
|
{ .compatible = "fsl,imx6q-uart" },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user