[PATCH v3 1/2] dt-bindings: input: touchscreen: edt-ft5x06: Add ft5426

Andreas Kemnade posted 2 patches 1 year, 7 months ago
[PATCH v3 1/2] dt-bindings: input: touchscreen: edt-ft5x06: Add ft5426
Posted by Andreas Kemnade 1 year, 7 months ago
Add compatible for ft5426.
Searches for documentation reveal neither edt nor evervision
as some related company, only FocalTech.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../devicetree/bindings/input/touchscreen/edt-ft5x06.yaml        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml
index f2808cb4d99df..71fd3c66c966e 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml
+++ b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml
@@ -39,6 +39,7 @@ properties:
       - edt,edt-ft5406
       - edt,edt-ft5506
       - evervision,ev-ft5726
+      - focaltech,ft5426
       - focaltech,ft6236
 
   reg:
-- 
2.39.2
Re: [PATCH v3 1/2] dt-bindings: input: touchscreen: edt-ft5x06: Add ft5426
Posted by Oliver Graute 1 year, 7 months ago
On 01/05/24, Andreas Kemnade wrote:
> Add compatible for ft5426.
> Searches for documentation reveal neither edt nor evervision
> as some related company, only FocalTech.
> 
> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../devicetree/bindings/input/touchscreen/edt-ft5x06.yaml        | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml
> index f2808cb4d99df..71fd3c66c966e 100644
> --- a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml
> +++ b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml
> @@ -39,6 +39,7 @@ properties:
>        - edt,edt-ft5406
>        - edt,edt-ft5506
>        - evervision,ev-ft5726
> +      - focaltech,ft5426
>        - focaltech,ft6236
>  
>    reg:
> -- 
> 2.39.2
> 
Reviewed-by: Oliver Graute <oliver.graute@kococonnector.com>