On Fri, 27 Jan 2023 16:30:09 -0600, Jeff LaBundy wrote: > Following a recent refactor of the driver to properly drop unused > device nodes, the driver expects trackpad channel touch thresholds > and ATI base values to be specified under single trackpad channel > child nodes. > > This enhancement moves both properties to scalar values as opposed > to arrays, making their types consistent across bindings. > > Fixes: a8f1f0dc865c ("dt-bindings: input: Add bindings for Azoteq IQS626A") > Signed-off-by: Jeff LaBundy <jeff@xxxxxxxxxxx> > --- > Changes in v2: > - Added to series > > .../devicetree/bindings/input/iqs626a.yaml | 94 +++++++++++++------ > 1 file changed, 67 insertions(+), 27 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>