diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2009-08-18 16:52:26 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2009-09-17 03:47:21 -0400 |
commit | 12992dd89c84839167f97aae540f2ec889daf782 (patch) | |
tree | 9f5316d7fc8add0a1d79f43d111529209d186fa4 /drivers/mfd/Makefile | |
parent | 295c08bc69a5dd8cef69ceaeaaf551a17f50c34b (diff) |
mfd: AB3100 OTP readout
This adds the ability to read out OTP (One-Time Programmable)
registers in the AB3100 MFD ASIC. It's a simple sysfs file you
can cat to prompt. The OTP registers of the AB3100 are used to
store various device-unique information such as customer ID,
product flags and the 3GPP standard IMEI (International Mobile
Equipment Indentity) number.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 7fec04fb5f47..6a5d8cb545fc 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -48,3 +48,4 @@ obj-$(CONFIG_MFD_PCF50633) += pcf50633-core.o | |||
48 | obj-$(CONFIG_PCF50633_ADC) += pcf50633-adc.o | 48 | obj-$(CONFIG_PCF50633_ADC) += pcf50633-adc.o |
49 | obj-$(CONFIG_PCF50633_GPIO) += pcf50633-gpio.o | 49 | obj-$(CONFIG_PCF50633_GPIO) += pcf50633-gpio.o |
50 | obj-$(CONFIG_AB3100_CORE) += ab3100-core.o | 50 | obj-$(CONFIG_AB3100_CORE) += ab3100-core.o |
51 | obj-$(CONFIG_AB3100_OTP) += ab3100-otp.o | ||