On 28/09/2022 23:48, Chris Morgan wrote: > From: Chris Morgan <macromorgan@xxxxxxxxxxx> > > Add documentation for the Hynitron cstxxx touchscreen bindings. > Hynitron makes a series of touchscreen controllers, however for > now this is expected to only be compatible with the cst3xx series. Drop redundant (second) bindings from subject. > > Signed-off-by: Chris Morgan <macromorgan@xxxxxxxxxxx> > --- > .../input/touchscreen/hynitron,cstxxx.yaml | 65 +++++++++++++++++++ > 1 file changed, 65 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/hynitron,cstxxx.yaml > > diff --git a/Documentation/devicetree/bindings/input/touchscreen/hynitron,cstxxx.yaml b/Documentation/devicetree/bindings/input/touchscreen/hynitron,cstxxx.yaml > new file mode 100644 > index 000000000000..c98d14e9844a > --- /dev/null > +++ b/Documentation/devicetree/bindings/input/touchscreen/hynitron,cstxxx.yaml > @@ -0,0 +1,65 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/input/touchscreen/hynitron,cstxxx.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Hynitron cstxxx series touchscreen controller bindings Drop "bindings" > + > +description: | > + Bindings for Hynitron cstxxx series multi-touch touchscreen > + controllers. > + > +maintainers: > + - Chris Morgan <macromorgan@xxxxxxxxxxx> > + > +allOf: > + - $ref: touchscreen.yaml# > + > +properties: > + compatible: > + enum: > + - hynitron,cst3xx Isn't the panel CST3240? No wildcards in compatibles. > + > + reg: > + maxItems: 1 > + > + interrupts: > + maxItems: 1 > + > + reset-gpios: > + maxItems: 1 > + Best regards, Krzysztof