[RESEND PATCH 1/4] Input: imx6ul_tsc - fix typo in register name
Frank Li
Frank.li at nxp.com
Wed Sep 10 08:30:00 PDT 2025
On Wed, Sep 10, 2025 at 03:58:35PM +0200, Dario Binacchi wrote:
> From: Michael Trimarchi <michael at amarulasolutions.com>
>
> Replace 'SETING' with 'SETTING'.
>
> Signed-off-by: Michael Trimarchi <michael at amarulasolutions.com>
> Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>
Reviewed-by: Frank Li <Frank.Li at nxp.com>
> ---
>
> drivers/input/touchscreen/imx6ul_tsc.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/input/touchscreen/imx6ul_tsc.c b/drivers/input/touchscreen/imx6ul_tsc.c
> index 6ac8fa84ed9f..c2c6e50efc54 100644
> --- a/drivers/input/touchscreen/imx6ul_tsc.c
> +++ b/drivers/input/touchscreen/imx6ul_tsc.c
> @@ -55,7 +55,7 @@
> #define ADC_TIMEOUT msecs_to_jiffies(100)
>
> /* TSC registers */
> -#define REG_TSC_BASIC_SETING 0x00
> +#define REG_TSC_BASIC_SETTING 0x00
> #define REG_TSC_PRE_CHARGE_TIME 0x10
> #define REG_TSC_FLOW_CONTROL 0x20
> #define REG_TSC_MEASURE_VALUE 0x30
> @@ -192,7 +192,7 @@ static void imx6ul_tsc_set(struct imx6ul_tsc *tsc)
>
> basic_setting |= tsc->measure_delay_time << 8;
> basic_setting |= DETECT_4_WIRE_MODE | AUTO_MEASURE;
> - writel(basic_setting, tsc->tsc_regs + REG_TSC_BASIC_SETING);
> + writel(basic_setting, tsc->tsc_regs + REG_TSC_BASIC_SETTING);
>
> writel(DE_GLITCH_2, tsc->tsc_regs + REG_TSC_DEBUG_MODE2);
>
> --
> 2.43.0
>
More information about the linux-arm-kernel
mailing list