Message ID | 20230415020222.216232-1-joelselvaraj.oss@gmail.com |
---|---|
Headers | show |
Series | Add support for Focaltech FTS Touchscreen | expand |
On 15/04/2023 04:02, Joel Selvaraj wrote: > Changes in v3:(Suggested by Krzysztof Kozlowski and Konrad Dybcio) > -------------- > - dts: removed the invalid "input-enable" property > - dts: replace interrupts with interrupts-extended > - dts: removed redundant dma configuration > - dts: reorder pinctrl and pinctrl-names > - bindings: moved unevaluatedProperties after required > - bindings: make interrupts a required property (new change from my end) > - bindings: update example based on dts changes > > I have made the interrupts a required property in the bindings as the driver > will not function without an interrupt. Because of this new change, I have not Driver does not really matter for the bindings. The BSD driver for example might function without an interrupt, so why requiring it? The reason for requiring or not is in the hardware and how it works. Best regards, Krzysztof
On 15/04/2023 04:02, Joel Selvaraj wrote: > Document the Focaltech FTS touchscreen driver. > > Signed-off-by: Joel Selvaraj <joelselvaraj.oss@gmail.com> > Signed-off-by: Caleb Connolly <caleb@connolly.tech> > --- > .../input/touchscreen/focaltech,fts5452.yaml | 71 +++++++++++++++++++ Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof