Message ID | 20200110162608.1066397-2-icenowy@aosc.io (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add support for Goodix GT917S touch controller | expand |
On Sat, Jan 11, 2020 at 12:26:06AM +0800, Icenowy Zheng wrote: > Goodix GT917S is a new touchscreen chip from Goodix. > > Add its compatible string to the device tree binding. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.io> > --- > Documentation/devicetree/bindings/input/touchscreen/goodix.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.txt b/Documentation/devicetree/bindings/input/touchscreen/goodix.txt > index fc03ea4cf5ab..c5447b136eb3 100644 > --- a/Documentation/devicetree/bindings/input/touchscreen/goodix.txt > +++ b/Documentation/devicetree/bindings/input/touchscreen/goodix.txt > @@ -8,6 +8,7 @@ Required properties: > or "goodix,gt911" > or "goodix,gt9110" > or "goodix,gt912" > + or "goodix,gt917s" This binding is getting converted to schema, so you'll probably need to respin. In any case, Acked-by: Rob Herring <robh@kernel.org> > or "goodix,gt927" > or "goodix,gt9271" > or "goodix,gt928" > -- > 2.23.0 >
diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.txt b/Documentation/devicetree/bindings/input/touchscreen/goodix.txt index fc03ea4cf5ab..c5447b136eb3 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/goodix.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/goodix.txt @@ -8,6 +8,7 @@ Required properties: or "goodix,gt911" or "goodix,gt9110" or "goodix,gt912" + or "goodix,gt917s" or "goodix,gt927" or "goodix,gt9271" or "goodix,gt928"
Goodix GT917S is a new touchscreen chip from Goodix. Add its compatible string to the device tree binding. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> --- Documentation/devicetree/bindings/input/touchscreen/goodix.txt | 1 + 1 file changed, 1 insertion(+)