On Tue, 25 Jan 2022 21:07:22 -0600, Jeff LaBundy wrote: > This patch adds bindings for the Azoteq IQS7222A/B/C family of > capacitive touch controllers. > > Signed-off-by: Jeff LaBundy <jeff@xxxxxxxxxxx> > --- > Changes in v2: > - Renamed binding to include vendor prefix > - Corrected error in channel node name regex > - Removed superfluous '#address-cells' and '#size-cells' properties > - Added more detail to 'azoteq,max-counts' property > > .../bindings/input/azoteq,iqs7222.yaml | 960 ++++++++++++++++++ > 1 file changed, 960 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/azoteq,iqs7222.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>