devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/3] driver: nvmem: Add ocotp driver support for imx6ul
@ 2016-11-17  1:08 Bai Ping
  2016-11-17  1:08 ` [PATCH v2 2/3] devicetree: bindings: nvmem: Add compatible string " Bai Ping
  2016-11-17  1:08 ` [PATCH v2 3/3] ARM: dts: imx: Add ocotp node " Bai Ping
  0 siblings, 2 replies; 7+ messages in thread
From: Bai Ping @ 2016-11-17  1:08 UTC (permalink / raw)
  To: robh, shawnguo, mark.rutland
  Cc: devicetree, ping.bai, srinivas.kandagatla, kernel, fabio.estevam,
	maxime.ripard, linux-arm-kernel

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>
---
 drivers/nvmem/imx-ocotp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/nvmem/imx-ocotp.c b/drivers/nvmem/imx-ocotp.c
index ac27b9b..108e4bc 100644
--- a/drivers/nvmem/imx-ocotp.c
+++ b/drivers/nvmem/imx-ocotp.c
@@ -73,6 +73,7 @@ static int imx_ocotp_read(void *context, unsigned int offset,
 	{ .compatible = "fsl,imx6q-ocotp",  (void *)128 },
 	{ .compatible = "fsl,imx6sl-ocotp", (void *)32 },
 	{ .compatible = "fsl,imx6sx-ocotp", (void *)128 },
+	{ .compatible = "fsl,imx6ul-ocotp", (void *)128 },
 	{ },
 };
 MODULE_DEVICE_TABLE(of, imx_ocotp_dt_ids);
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-01-10  1:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-17  1:08 [PATCH v2 1/3] driver: nvmem: Add ocotp driver support for imx6ul Bai Ping
2016-11-17  1:08 ` [PATCH v2 2/3] devicetree: bindings: nvmem: Add compatible string " Bai Ping
     [not found]   ` <1479344899-3141-2-git-send-email-ping.bai-3arQi8VN3Tc@public.gmane.org>
2016-11-18 14:17     ` Rob Herring
2016-11-17  1:08 ` [PATCH v2 3/3] ARM: dts: imx: Add ocotp node " Bai Ping
     [not found]   ` <1479344899-3141-3-git-send-email-ping.bai-3arQi8VN3Tc@public.gmane.org>
2016-12-30  2:25     ` Shawn Guo
2017-01-04 14:06       ` Srinivas Kandagatla
2017-01-10  1:35     ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).