Lines Matching full:ocotp
3 * i.MX6 OCOTP fusebox driver
9 * Based on the barebox ocotp driver,
186 dev_err(priv->dev, "failed to prepare/enable ocotp clk\n"); in imx_ocotp_read()
338 dev_err(priv->dev, "failed to prepare/enable ocotp clk\n"); in imx_ocotp_write()
392 * protect programming same OTP bit twice, before program OCOTP will in imx_ocotp_write()
485 .name = "imx-ocotp",
582 { .compatible = "fsl,imx6q-ocotp", .data = &imx6q_params },
583 { .compatible = "fsl,imx6sl-ocotp", .data = &imx6sl_params },
584 { .compatible = "fsl,imx6sx-ocotp", .data = &imx6sx_params },
585 { .compatible = "fsl,imx6ul-ocotp", .data = &imx6ul_params },
586 { .compatible = "fsl,imx6ull-ocotp", .data = &imx6ull_params },
587 { .compatible = "fsl,imx7d-ocotp", .data = &imx7d_params },
588 { .compatible = "fsl,imx6sll-ocotp", .data = &imx6sll_params },
589 { .compatible = "fsl,imx7ulp-ocotp", .data = &imx7ulp_params },
590 { .compatible = "fsl,imx8mq-ocotp", .data = &imx8mq_params },
591 { .compatible = "fsl,imx8mm-ocotp", .data = &imx8mm_params },
592 { .compatible = "fsl,imx8mn-ocotp", .data = &imx8mn_params },
593 { .compatible = "fsl,imx8mp-ocotp", .data = &imx8mp_params },
643 MODULE_DESCRIPTION("i.MX6/i.MX7 OCOTP fuse box driver");