Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a32bab32 authored by Bryan O'Donoghue's avatar Bryan O'Donoghue Committed by Greg Kroah-Hartman
Browse files

nvmem: imx-ocotp: Enable i.MX7D OTP write support



After applying patches for both banked access and write timings we can
re-enable the OTP write interface on i.MX7D processors.

Fixes: 0642bac7 ("nvmem: imx-ocotp: add write support")

Signed-off-by: default avatarBryan O'Donoghue <pure.logic@nexus-software.ie>
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 828ae7a4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -466,8 +466,6 @@ static int imx_ocotp_probe(struct platform_device *pdev)
	imx_ocotp_nvmem_config.dev = dev;
	imx_ocotp_nvmem_config.priv = priv;
	priv->config = &imx_ocotp_nvmem_config;
	if (of_device_is_compatible(pdev->dev.of_node, "fsl,imx7d-ocotp"))
		imx_ocotp_nvmem_config.read_only = true;
	nvmem = nvmem_register(&imx_ocotp_nvmem_config);

	if (IS_ERR(nvmem))