projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8635c68
)
Input: iqs7222 - remove support for RF filter
author
Jeff LaBundy
<jeff@labundy.com>
Mon, 27 Jun 2022 22:15:25 +0000
(15:15 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 27 Jun 2022 22:25:58 +0000
(15:25 -0700)
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>
drivers/input/misc/iqs7222.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/input/misc/iqs7222.c
b/drivers/input/misc/iqs7222.c
index e65260d290cc6fe2bd4ae162f81bc0f087f5231c..b2e8097a2e6d97b18efd059f7884c50e22adbf9c 100644
(file)
--- a/
drivers/input/misc/iqs7222.c
+++ b/
drivers/input/misc/iqs7222.c
@@
-557,13
+557,6
@@
static const struct iqs7222_prop_desc iqs7222_props[] = {
.reg_width = 4,
.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,