]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00139235-3: IIM(OCOPT): Enable IIM driver for iMX6Q
authorTerry Lv <r65388@freescale.com>
Tue, 21 Jun 2011 06:29:52 +0000 (14:29 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:16 +0000 (14:09 +0200)
commit57d0c89febf55cede39c2c3e4899e712ef943c23
tree52f5fb702813624406c56e029312ffbe6ccfd4bd
parent448b5e6d65e5d717ba9c2a1f76e9b2724077c653
ENGR00139235-3: IIM(OCOPT): Enable IIM driver for iMX6Q

Add a new driver for On-Chip OTP controller. The driver
will register all the register names of all the banks to /sys/.
You can use the following commands to manipulate the OTP banks:

read:
#cat HW_OCOTP_MAC0
write:
#echo 0x11223344 > HW_OCOTP_MAC0

Signed-off-by: Terry Lv <r65388@freescale.com>
drivers/char/Kconfig
drivers/char/fsl_otp.c
drivers/char/fsl_otp.h