On Tue, 05 Jul 2022 14:03:52 -0500, Chris Morgan wrote: > From: Chris Morgan <macroalpha82@xxxxxxxxx> > > Add poll-interval support for the adc-joystick documentation. This is > an optional value and if not provided the adc-joystick works as it > does today (with buffers). If this value is provided, the adc-joystick > driver is polled at the specified interval. The existing attribute of > "poll-interval" was used instead of complying with property-units.yaml > after discussion of the issue on the mailing list. > > Signed-off-by: Maya Matuszczyk <maccraft123mc@xxxxxxxxx> > Signed-off-by: Chris Morgan <macromorgan@xxxxxxxxxxx> > --- > Documentation/devicetree/bindings/input/adc-joystick.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>