mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue