summaryrefslogtreecommitdiff
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorAndreas Kemnade <andreas@kemnade.info>2023-01-27 17:58:28 +0100
committerLee Jones <lee@kernel.org>2023-02-22 11:42:29 +0000
commit8a15b4daed3d45c9162f23d393a06df2a7be4778 (patch)
tree95e827eb8a3472815b6ddd3160dda068a806425f /include/linux/mfd
parent4d83bcbeee12be0842ec99606f08c1c65e986a97 (diff)
mfd: ntxec: Add version number for EC in Tolino Vision
The EC firmware has a different version number than anything defined until now. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20230127165828.3256170-1-andreas@kemnade.info
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/ntxec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/ntxec.h b/include/linux/mfd/ntxec.h
index cc6f07bfa2b3..e5880c346da9 100644
--- a/include/linux/mfd/ntxec.h
+++ b/include/linux/mfd/ntxec.h
@@ -34,5 +34,5 @@ static inline u16 ntxec_reg8(u8 value)
/* Known firmware versions */
#define NTXEC_VERSION_KOBO_AURA 0xd726 /* found in Kobo Aura */
#define NTXEC_VERSION_TOLINO_SHINE2 0xf110 /* found in Tolino Shine 2 HD */
-
+#define NTXEC_VERSION_TOLINO_VISION 0xe135 /* found in Tolino Vision, contains RTC, ADC, PWM, home pad */
#endif