|
@@ -73,6 +73,7 @@ static const struct of_device_id imx_ocotp_dt_ids[] = {
|
|
|
{ .compatible = "fsl,imx6q-ocotp", (void *)128 },
|
|
|
{ .compatible = "fsl,imx6sl-ocotp", (void *)64 },
|
|
|
{ .compatible = "fsl,imx6sx-ocotp", (void *)128 },
|
|
|
+ { .compatible = "fsl,imx6ul-ocotp", (void *)128 },
|
|
|
{ },
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, imx_ocotp_dt_ids);
|