diff --git a/arch/arm/mach-imx/ocotp.c b/arch/arm/mach-imx/ocotp.c index 3acec7f05..e1d0c256a 100644 --- a/arch/arm/mach-imx/ocotp.c +++ b/arch/arm/mach-imx/ocotp.c @@ -509,6 +509,9 @@ static __maybe_unused struct of_device_id imx_ocotp_dt_ids[] = { }, { .compatible = "fsl,imx6sl-ocotp", .data = &imx6sl_ocotp_data, + }, { + .compatible = "fsl,imx6ul-ocotp", + .data = &imx6q_ocotp_data, }, { /* sentinel */ }