Message ID | 20221024111017.43859-4-alistair@alistair23.me (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add support for the Cypress cyttsp5 | expand |
On 24/10/2022 07:10, Alistair Francis wrote:
> Signed-off-by: Alistair Francis <alistair@alistair23.me>
you miss here commit msg explaining why you want to enable this.
Best regards,
Krzysztof
Hi, I want to get that thing in, so I am tring to help as much as possible. On Mon, 24 Oct 2022 08:21:45 -0400 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > On 24/10/2022 07:10, Alistair Francis wrote: > > Signed-off-by: Alistair Francis <alistair@alistair23.me> > > you miss here commit msg explaining why you want to enable this. > proposal: The imx6/7 based devices Remarkable 2, Kobo Clara HD, Kobo Libra H2O, Tolino Shine 3, Tolino Vision 5 all cantain a Cypress TT2100 touchscreen so enable the corresponding driver. Regards, Andreas
On 24/10/2022 11:02, Andreas Kemnade wrote: > Hi, > > I want to get that thing in, so I am tring to help as much as possible. > > On Mon, 24 Oct 2022 08:21:45 -0400 > Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > >> On 24/10/2022 07:10, Alistair Francis wrote: >>> Signed-off-by: Alistair Francis <alistair@alistair23.me> >> >> you miss here commit msg explaining why you want to enable this. >> > proposal: > The imx6/7 based devices Remarkable 2, Kobo Clara HD, Kobo Libra H2O, > Tolino Shine 3, Tolino Vision 5 all cantain a Cypress TT2100 > touchscreen so enable the corresponding driver. Sounds great! Best regards, Krzysztof
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 078d61b758a9..8665b192d83c 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -166,6 +166,7 @@ CONFIG_TOUCHSCREEN_ADS7846=y CONFIG_TOUCHSCREEN_AD7879=y CONFIG_TOUCHSCREEN_AD7879_I2C=y CONFIG_TOUCHSCREEN_ATMEL_MXT=y +CONFIG_TOUCHSCREEN_CYTTSP5=y CONFIG_TOUCHSCREEN_DA9052=y CONFIG_TOUCHSCREEN_EGALAX=y CONFIG_TOUCHSCREEN_GOODIX=y
Signed-off-by: Alistair Francis <alistair@alistair23.me> --- arch/arm/configs/imx_v6_v7_defconfig | 1 + 1 file changed, 1 insertion(+)