On Sun, 18 Nov 2018 23:14:14 -0600, Jeff LaBundy wrote: > This patch adds binding documentation for the Azoteq IQS550/572/525 > family of trackpad/touchscreen controllers. > > Signed-off-by: Jeff LaBundy <jeff@xxxxxxxxxxx> > --- > Changes in v2: > > - Separated each valid "compatible" property with a line break > > - Specified the polarity of the RDY and NRST pins > > - Replaced duplicate definitions of common touchscreen properties with a > reference to touchscreen.txt > > - Specified the example node as "touchscreen@74" > > .../bindings/input/touchscreen/iqs5xx.txt | 109 +++++++++++++++++++++ > .../devicetree/bindings/vendor-prefixes.txt | 1 + > 2 files changed, 110 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/iqs5xx.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>