diff options
| -rw-r--r-- | drivers/nvmem/imx-ocotp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvmem/imx-ocotp.c b/drivers/nvmem/imx-ocotp.c index ac27b9bac3b9..8e7b120696fa 100644 --- a/drivers/nvmem/imx-ocotp.c +++ b/drivers/nvmem/imx-ocotp.c | |||
| @@ -71,7 +71,7 @@ static struct nvmem_config imx_ocotp_nvmem_config = { | |||
| 71 | 71 | ||
| 72 | static const struct of_device_id imx_ocotp_dt_ids[] = { | 72 | static const struct of_device_id imx_ocotp_dt_ids[] = { |
| 73 | { .compatible = "fsl,imx6q-ocotp", (void *)128 }, | 73 | { .compatible = "fsl,imx6q-ocotp", (void *)128 }, |
| 74 | { .compatible = "fsl,imx6sl-ocotp", (void *)32 }, | 74 | { .compatible = "fsl,imx6sl-ocotp", (void *)64 }, |
| 75 | { .compatible = "fsl,imx6sx-ocotp", (void *)128 }, | 75 | { .compatible = "fsl,imx6sx-ocotp", (void *)128 }, |
| 76 | { }, | 76 | { }, |
| 77 | }; | 77 | }; |
