bsp/imx: Support imx6ul iomux.

Update #3869.
This commit is contained in:
Christian Mauderer
2020-02-11 09:17:02 +01:00
parent d00d690557
commit b58f994492
+4
View File
@@ -118,6 +118,10 @@ imx_iomux_init(void)
fdt = bsp_fdt_get();
node = fdt_node_offset_by_compatible(fdt, -1, "fsl,imx7d-iomuxc");
if (node < 0) {
node = fdt_node_offset_by_compatible(fdt, -1,
"fsl,imx6ul-iomuxc");
}
sc = iomux_sc;
sc->regs = imx_get_reg_of_node(fdt, node);
}