Re: [PATCH v7 1/3] dt-bindings: adc-joystick: add poll-interval
From: Rob Herring <robh@kernel.org>
Date: 2022-07-06 14:37:50
Also in:
linux-devicetree, linux-iio
From: Rob Herring <robh@kernel.org>
Date: 2022-07-06 14:37:50
Also in:
linux-devicetree, linux-iio
On Tue, 05 Jul 2022 14:03:52 -0500, Chris Morgan wrote:
From: Chris Morgan <redacted> 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 <redacted> Signed-off-by: Chris Morgan <redacted> --- Documentation/devicetree/bindings/input/adc-joystick.yaml | 5 +++++ 1 file changed, 5 insertions(+)
Reviewed-by: Rob Herring <robh@kernel.org>