Lines Matching full:ocotp
3 * i.MX6 OCOTP fusebox driver
7 * Based on the barebox ocotp driver,
176 dev_err(priv->dev, "failed to prepare/enable ocotp clk\n"); in imx_ocotp_read()
300 dev_err(priv->dev, "failed to prepare/enable ocotp clk\n"); in imx_ocotp_write()
354 * protect programming same OTP bit twice, before program OCOTP will in imx_ocotp_write()
447 .name = "imx-ocotp",
539 { .compatible = "fsl,imx6q-ocotp", .data = &imx6q_params },
540 { .compatible = "fsl,imx6sl-ocotp", .data = &imx6sl_params },
541 { .compatible = "fsl,imx6sx-ocotp", .data = &imx6sx_params },
542 { .compatible = "fsl,imx6ul-ocotp", .data = &imx6ul_params },
543 { .compatible = "fsl,imx6ull-ocotp", .data = &imx6ull_params },
544 { .compatible = "fsl,imx7d-ocotp", .data = &imx7d_params },
545 { .compatible = "fsl,imx6sll-ocotp", .data = &imx6sll_params },
546 { .compatible = "fsl,imx7ulp-ocotp", .data = &imx7ulp_params },
547 { .compatible = "fsl,imx8mq-ocotp", .data = &imx8mq_params },
548 { .compatible = "fsl,imx8mm-ocotp", .data = &imx8mm_params },
549 { .compatible = "fsl,imx8mn-ocotp", .data = &imx8mn_params },
550 { .compatible = "fsl,imx8mp-ocotp", .data = &imx8mp_params },
600 MODULE_DESCRIPTION("i.MX6/i.MX7 OCOTP fuse box driver");