Lines Matching full:ocotp
3 * i.MX6 OCOTP fusebox driver
9 * Based on the barebox ocotp driver,
185 dev_err(priv->dev, "failed to prepare/enable ocotp clk\n"); in imx_ocotp_read()
318 dev_err(priv->dev, "failed to prepare/enable ocotp clk\n"); in imx_ocotp_write()
372 * protect programming same OTP bit twice, before program OCOTP will in imx_ocotp_write()
465 .name = "imx-ocotp",
557 { .compatible = "fsl,imx6q-ocotp", .data = &imx6q_params },
558 { .compatible = "fsl,imx6sl-ocotp", .data = &imx6sl_params },
559 { .compatible = "fsl,imx6sx-ocotp", .data = &imx6sx_params },
560 { .compatible = "fsl,imx6ul-ocotp", .data = &imx6ul_params },
561 { .compatible = "fsl,imx6ull-ocotp", .data = &imx6ull_params },
562 { .compatible = "fsl,imx7d-ocotp", .data = &imx7d_params },
563 { .compatible = "fsl,imx6sll-ocotp", .data = &imx6sll_params },
564 { .compatible = "fsl,imx7ulp-ocotp", .data = &imx7ulp_params },
565 { .compatible = "fsl,imx8mq-ocotp", .data = &imx8mq_params },
566 { .compatible = "fsl,imx8mm-ocotp", .data = &imx8mm_params },
567 { .compatible = "fsl,imx8mn-ocotp", .data = &imx8mn_params },
568 { .compatible = "fsl,imx8mp-ocotp", .data = &imx8mp_params },
618 MODULE_DESCRIPTION("i.MX6/i.MX7 OCOTP fuse box driver");