summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorAndreas Kemnade <andreas@kemnade.info>2023-01-27 19:58:28 +0300
committerLee Jones <lee@kernel.org>2023-02-22 14:42:29 +0300
commit8a15b4daed3d45c9162f23d393a06df2a7be4778 (patch)
tree95e827eb8a3472815b6ddd3160dda068a806425f /drivers/mfd
parent4d83bcbeee12be0842ec99606f08c1c65e986a97 (diff)
downloadlinux-8a15b4daed3d45c9162f23d393a06df2a7be4778.tar.xz
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 'drivers/mfd')
-rw-r--r--drivers/mfd/ntxec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/ntxec.c b/drivers/mfd/ntxec.c
index e16a7a82a929..b02785b10d48 100644
--- a/drivers/mfd/ntxec.c
+++ b/drivers/mfd/ntxec.c
@@ -175,6 +175,7 @@ static int ntxec_probe(struct i2c_client *client)
/* Bail out if we encounter an unknown firmware version */
switch (version) {
case NTXEC_VERSION_KOBO_AURA:
+ case NTXEC_VERSION_TOLINO_VISION:
subdevs = ntxec_subdev;
n_subdevs = ARRAY_SIZE(ntxec_subdev);
break;