On Thu, 04 Mar 2021 13:57:23 +0800, Joe Hung wrote: > Add binding documentation for ILITEK touch devices. > > Signed-off-by: Joe Hung <joe_hung@xxxxxxxxxx> > --- > Changes in v5: > - Remove tab in yaml > > Changes in v4: > - Change IRQ flag to level interrupt > - Add support for common touchscreen-related properties > - Modify reset gpio to active low > - Modify irq type to LEVEL_LOW > - Add compatible for Lego series ICs > > Changes in v3: > - Add include header in examples, and pass the dt binding check > > Changes in v2: > - Convert to DT schema format > - Using interrupts instead of irq-gpios > > .../input/touchscreen/ilitek_ts_i2c.yaml | 73 +++++++++++++++++++ > 1 file changed, 73 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/ilitek_ts_i2c.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>