2022-08-09 10:34:15

by Jarrah

[permalink] [raw]
Subject: [PATCH] dt-bindings: input: touchscreen: add compatible string for Goodix GT1158

From: Jarrah Gosbell <[email protected]>

Goodix GT1158 is a touchscreen chip from Goodix used in the PinePhone
and PinePhone Pro. Patches to correct these devices dts files will be
sent in a later patch series.

This driver was modified to support the GT1158 in the patch linked
below. Add its compatible string to the device tree binding.

Suggested-by: Ondrej Jirman <[email protected]>
Signed-off-by: Jarrah Gosbell <[email protected]>
Link: https://lore.kernel.org/phone-devel/[email protected]/
---
Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
index 93f2ce3130ae..19ac9da421df 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
+++ b/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
@@ -16,6 +16,7 @@ properties:
compatible:
enum:
- goodix,gt1151
+ - goodix,gt1158
- goodix,gt5663
- goodix,gt5688
- goodix,gt911
--
2.35.1


2022-08-11 23:45:05

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: input: touchscreen: add compatible string for Goodix GT1158

On Tue, Aug 09, 2022 at 10:16:34AM +0000, [email protected] wrote:
> From: Jarrah Gosbell <[email protected]>
>
> Goodix GT1158 is a touchscreen chip from Goodix used in the PinePhone
> and PinePhone Pro. Patches to correct these devices dts files will be
> sent in a later patch series.
>
> This driver was modified to support the GT1158 in the patch linked
> below. Add its compatible string to the device tree binding.
>
> Suggested-by: Ondrej Jirman <[email protected]>
> Signed-off-by: Jarrah Gosbell <[email protected]>
> Link: https://lore.kernel.org/phone-devel/[email protected]/

Applied, thank you.

--
Dmitry