[PATCH 1/2] dt-bindings: input: goodix,gt9916: Document gt9897 compatible

Jens Reidel posted 2 patches 1 year ago
There is a newer version of this series
[PATCH 1/2] dt-bindings: input: goodix,gt9916: Document gt9897 compatible
Posted by Jens Reidel 1 year ago
Document the Goodix GT9897 which is a Berlin-A series touchscreen
controller IC by Goodix.

Signed-off-by: Jens Reidel <adrian@travitia.xyz>
---
 .../devicetree/bindings/input/touchscreen/goodix,gt9916.yaml     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix,gt9916.yaml b/Documentation/devicetree/bindings/input/touchscreen/goodix,gt9916.yaml
index d90f045ac06c..c40d92b7f4af 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/goodix,gt9916.yaml
+++ b/Documentation/devicetree/bindings/input/touchscreen/goodix,gt9916.yaml
@@ -19,6 +19,7 @@ allOf:
 properties:
   compatible:
     enum:
+      - goodix,gt9897
       - goodix,gt9916
 
   reg:
-- 
2.48.1
Re: [PATCH 1/2] dt-bindings: input: goodix,gt9916: Document gt9897 compatible
Posted by Rob Herring (Arm) 1 year ago
On Mon, 03 Feb 2025 18:43:08 +0100, Jens Reidel wrote:
> Document the Goodix GT9897 which is a Berlin-A series touchscreen
> controller IC by Goodix.
> 
> Signed-off-by: Jens Reidel <adrian@travitia.xyz>
> ---
>  .../devicetree/bindings/input/touchscreen/goodix,gt9916.yaml     | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>