summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/devices-imx6q.h
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2011-06-21 14:29:52 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 20:21:22 +0800
commitb29e85b0f0cbcab4f069de64f68d23dad7aaadf2 (patch)
treebfdc39ff582b526fc83527e723e9132ed705ab95 /arch/arm/mach-mx6/devices-imx6q.h
parent7d3372677e1e42745108629717be7575466a8f44 (diff)
ENGR00139235-2 MX61: Add IIM(OCOTP) driver
Add OCOTP device Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/devices-imx6q.h')
-rw-r--r--arch/arm/mach-mx6/devices-imx6q.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/devices-imx6q.h b/arch/arm/mach-mx6/devices-imx6q.h
index 4623f1b85954..7f993c05b8db 100644
--- a/arch/arm/mach-mx6/devices-imx6q.h
+++ b/arch/arm/mach-mx6/devices-imx6q.h
@@ -99,3 +99,8 @@ extern const struct imx_ldb_data imx6q_ldb_data __initconst;
extern const struct imx_vpu_data imx6q_vpu_data __initconst;
#define imx6q_add_vpu() imx_add_vpu(&imx6q_vpu_data)
+
+extern const struct imx_otp_data imx6q_otp_data __initconst;
+#define imx6q_add_otp() \
+ imx_add_otp(&imx6q_otp_data);
+