Message ID | 20220623035309.39528-6-jeff@labundy.com |
---|---|
State | Superseded |
Headers | show |
Series | [1/7] Input: iqs7222 - fortify slider event reporting | expand |
Hi Dmitry, On Thu, Jun 23, 2022 at 06:05:27PM -0700, Dmitry Torokhov wrote: > On Wed, Jun 22, 2022 at 10:53:07PM -0500, Jeff LaBundy wrote: > > The vendor has redacted the RF filter enable control; remove it from > > Did you mean "retracted" by chance? I did mean redact, as in 'to censor,' as the field has since been marked reserved in the datasheet since silicon was released. That being said, I'm happy to re-spin with this stated explicitly in case of poor word choice on my part. > > Thanks. > > -- > Dmitry Kind regards, Jeff LaBundy
diff --git a/drivers/input/misc/iqs7222.c b/drivers/input/misc/iqs7222.c index a84cc18638df..d1d36d857e55 100644 --- 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,
The vendor has redacted the RF filter enable control; remove it from the driver. Fixes: e505edaedcb9 ("Input: add support for Azoteq IQS7222A/B/C") Signed-off-by: Jeff LaBundy <jeff@labundy.com> --- drivers/input/misc/iqs7222.c | 7 ------- 1 file changed, 7 deletions(-)