[PATCH v9 3/4] ARM: imx_v6_v7_defconfig: Enable the cyttsp5 touchscreen

Alistair Francis posted 4 patches 3 years, 5 months ago
There is a newer version of this series
[PATCH v9 3/4] ARM: imx_v6_v7_defconfig: Enable the cyttsp5 touchscreen
Posted by Alistair Francis 3 years, 5 months ago
Signed-off-by: Alistair Francis <alistair@alistair23.me>
---
 arch/arm/configs/imx_v6_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.37.3
Re: [PATCH v9 3/4] ARM: imx_v6_v7_defconfig: Enable the cyttsp5 touchscreen
Posted by Krzysztof Kozlowski 3 years, 5 months ago
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
Re: [PATCH v9 3/4] ARM: imx_v6_v7_defconfig: Enable the cyttsp5 touchscreen
Posted by Andreas Kemnade 3 years, 5 months ago
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
Re: [PATCH v9 3/4] ARM: imx_v6_v7_defconfig: Enable the cyttsp5 touchscreen
Posted by Krzysztof Kozlowski 3 years, 5 months ago
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