[PATCH v2 2/2] nvmem: mxs-ocotp: remove nvmem regmap dependency
Fabio Estevam
festevam at gmail.com
Mon May 2 09:17:18 PDT 2016
On Mon, May 2, 2016 at 12:22 PM, Srinivas Kandagatla
<srinivas.kandagatla at linaro.org> wrote:
> static const struct of_device_id mxs_ocotp_match[] = {
> - { .compatible = "fsl,imx23-ocotp", .data = &imx23_access },
> - { .compatible = "fsl,imx28-ocotp", .data = &imx28_access },
> + { .compatible = "fsl,imx23-ocotp", .data = &imx23_data },
> + { .compatible = "fsl,imx28-ocotp", .data = &imx23_data },
This should &imx28_data.
More information about the linux-arm-kernel
mailing list