]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
nvmem: octop: Add support for imx6ul
authorBai Ping <ping.bai@nxp.com>
Sun, 22 Jan 2017 23:02:36 +0000 (23:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Jan 2017 10:49:39 +0000 (11:49 +0100)
i.MX6UL is an new SOC of i.MX6 family. Enable ocotp
driver support for this SOC.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvmem/imx-ocotp.c

index 8e7b120696fa91da63a44bc7f4f8422b5d24bc7e..b8ca1e677b016db772027637d1ab9d3c30c28407 100644 (file)
@@ -73,6 +73,7 @@ static const struct of_device_id imx_ocotp_dt_ids[] = {
        { .compatible = "fsl,imx6q-ocotp",  (void *)128 },
        { .compatible = "fsl,imx6sl-ocotp", (void *)64 },
        { .compatible = "fsl,imx6sx-ocotp", (void *)128 },
+       { .compatible = "fsl,imx6ul-ocotp", (void *)128 },
        { },
 };
 MODULE_DEVICE_TABLE(of, imx_ocotp_dt_ids);