aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/misc
diff options
context:
space:
mode:
authorGravatar Jeff LaBundy <jeff@labundy.com> 2022-06-27 15:15:25 -0700
committerGravatar Dmitry Torokhov <dmitry.torokhov@gmail.com> 2022-06-27 15:25:58 -0700
commit381932cf61d52bde656c8596c0cb8f46bed53dc0 (patch)
treef9d836583cf5f04220ee4ed19395f6000982a78b /drivers/input/misc
parentInput: iqs7222 - handle reset during ATI (diff)
downloadlinux-381932cf61d52bde656c8596c0cb8f46bed53dc0.tar.gz
linux-381932cf61d52bde656c8596c0cb8f46bed53dc0.tar.bz2
linux-381932cf61d52bde656c8596c0cb8f46bed53dc0.zip
Input: iqs7222 - remove support for RF filter
The vendor has marked the RF filter enable control as reserved in the datasheet; remove it from the driver. Fixes: e505edaedcb9 ("Input: add support for Azoteq IQS7222A/B/C") Signed-off-by: Jeff LaBundy <jeff@labundy.com> Link: https://lore.kernel.org/r/20220626072412.475211-7-jeff@labundy.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc')
-rw-r--r--drivers/input/misc/iqs7222.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/input/misc/iqs7222.c b/drivers/input/misc/iqs7222.c
index e65260d290cc..b2e8097a2e6d 100644
--- a/drivers/input/misc/iqs7222.c
+++ b/drivers/input/misc/iqs7222.c
@@ -558,13 +558,6 @@ static const struct iqs7222_prop_desc iqs7222_props[] = {
.label = "current reference trim",
},
{
- .name = "azoteq,rf-filt-enable",
- .reg_grp = IQS7222_REG_GRP_GLBL,
- .reg_offset = 0,
- .reg_shift = 15,
- .reg_width = 1,
- },
- {
.name = "azoteq,max-counts",
.reg_grp = IQS7222_REG_GRP_GLBL,
.reg_offset = 0,