Skip to content
Snippets Groups Projects
Commit 3a5d6363 authored by Sébastien Szymanski's avatar Sébastien Szymanski Committed by Stefano Babic
Browse files

dm: imx: serial: add i.MX6UL support

parent cb11a28a
No related branches found
No related tags found
No related merge requests found
......@@ -365,6 +365,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" },
{ }
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment