Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: ti_am335x_tscadc: Drop the CNTRLREG_TSC_8WIRE macro

In TI's reference manual description for the `AFE_Pen_Ctrl' bit-field
of the TSC's CTRL register, there is no mention of 8-wire touchscreens.
Even commit f0933a60d190 ("mfd: ti_am335x_tscadc: Update logic in CTRL
register for 5-wire TS") says that the value of this bit-field must be
the same for 4-wire and 8-wire touchscreens. So let's remove the
CNTRLREG_TSC_8WIRE macro to avoid misunderstandings.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20211125224642.21011-5-dariobin@libero.it

authored by

Dario Binacchi and committed by
Lee Jones
17247821 786c6f14

-1
-1
include/linux/mfd/ti_am335x_tscadc.h
··· 103 103 #define CNTRLREG_TSC_AFE_CTRL(val) FIELD_PREP(GENMASK(6, 5), (val)) 104 104 #define CNTRLREG_TSC_4WIRE CNTRLREG_TSC_AFE_CTRL(1) 105 105 #define CNTRLREG_TSC_5WIRE CNTRLREG_TSC_AFE_CTRL(2) 106 - #define CNTRLREG_TSC_8WIRE CNTRLREG_TSC_AFE_CTRL(3) 107 106 #define CNTRLREG_TSC_ENB BIT(7) 108 107 109 108 /*Control registers bitfields for MAGADC IP */