On Thu, 06 Jan 2022 12:28:39 +0500, Nikita Travkin wrote: > In some configurations the touch controller can support the touch-keys. > Document the linux,keycodes property that enables those keys and > specifies the keycodes that should be used to report the key events. > > Signed-off-by: Nikita Travkin <nikita@xxxxxxx> > --- > Changes in v2: > - Include input.yaml schema at the top level instead of at the > property. (Seems like I still can't think of the schema as device > and not implementation-specific thing...) > - Reword the description to be more informative. > --- > .../bindings/input/touchscreen/zinitix,bt400.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>