On Fri, 03 Dec 2021 14:58:26 +0100, Geert Uytterhoeven wrote: > While Linux uses a different driver, the Ilitek > ILI210x/ILI2117/ILI2120/ILI251x touchscreen controller Device Tree > binding documentation is very similar. > > - Drop the fixed reg value, as some controllers use a different > address, > - Make reset-gpios optional, as it is not always wired. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > --- > v2: > - Add Reviewed-by. > --- > .../bindings/input/ilitek,ili2xxx.txt | 27 ------------------- > .../input/touchscreen/ilitek_ts_i2c.yaml | 7 +++-- > 2 files changed, 5 insertions(+), 29 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/input/ilitek,ili2xxx.txt > Applied, thanks!