summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteve Twiss <stwiss.opensource@diasemi.com>2019-04-26 14:33:35 +0100
committerBen Hutchings <ben@decadent.org.uk>2019-09-23 21:12:05 +0100
commit5aa0b508145ff5a8a339aaad14ce9632b262c7e4 (patch)
treeee22677ea9f90c5081050d0a4b7cf0a18bfb563e /include
parentd8e6415bc177e37b9b02133e5e33ff2d5a5df447 (diff)
downloadlinux-stable-5aa0b508145ff5a8a339aaad14ce9632b262c7e4.tar.gz
linux-stable-5aa0b508145ff5a8a339aaad14ce9632b262c7e4.tar.bz2
linux-stable-5aa0b508145ff5a8a339aaad14ce9632b262c7e4.zip
mfd: da9063: Fix OTP control register names to match datasheets for DA9063/63L
commit 6b4814a9451add06d457e198be418bf6a3e6a990 upstream. Mismatch between what is found in the Datasheets for DA9063 and DA9063L provided by Dialog Semiconductor, and the register names provided in the MFD registers file. The changes are for the OTP (one-time-programming) control registers. The two naming errors are OPT instead of OTP, and COUNT instead of CONT (i.e. control). Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/da9063/registers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/mfd/da9063/registers.h b/include/linux/mfd/da9063/registers.h
index 09a85c699da1..1b76436cfaae 100644
--- a/include/linux/mfd/da9063/registers.h
+++ b/include/linux/mfd/da9063/registers.h
@@ -204,9 +204,9 @@
/* DA9063 Configuration registers */
/* OTP */
-#define DA9063_REG_OPT_COUNT 0x101
-#define DA9063_REG_OPT_ADDR 0x102
-#define DA9063_REG_OPT_DATA 0x103
+#define DA9063_REG_OTP_CONT 0x101
+#define DA9063_REG_OTP_ADDR 0x102
+#define DA9063_REG_OTP_DATA 0x103
/* Customer Trim and Configuration */
#define DA9063_REG_T_OFFSET 0x104