On Fri, 15 Jan 2021 12:24:29 -0800, Philip Chen wrote: > Add a new property `function-row-physmap` to the > device tree for the custom keyboard top row design. > > The property describes the rows/columns of the top row keys > from left to right. > > Signed-off-by: Philip Chen <philipchen@xxxxxxxxxxxx> > --- > > Changes in v7: > - Use MATRIX_KEY macro to describe `function-row-physmap` > > Changes in v6: > - remove $ref and add `function-row-physmap` to the example > > Changes in v5: > - add minItems and maxItems for `function-row-physmap` > > Changes in v2: > - add `function-row-physmap` instead of `google,custom-keyb-top-row` > > .../bindings/input/google,cros-ec-keyb.yaml | 24 +++++++++++++++++++ > 1 file changed, 24 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>