On Thu, Sep 28, 2023 at 02:02:34PM +0300, Dmitry Baryshkov wrote: > Convert the bindings for the keypad subdevices of Qualcomm PM8921 and > PM8058 PMICs from text to YAML format. > > While doing the conversion also drop the linux,keypad-no-autorepeat > The property was never used by DT files. Both input and DT binding > maintainers consider that bindings should switch to assertive > (linux,autorepeat) instead of negating (no-autorepeat) property. > > Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > .../bindings/input/qcom,pm8921-keypad.yaml | 89 ++++++++++++++++++ > .../bindings/input/qcom,pm8xxx-keypad.txt | 90 ------------------- > 2 files changed, 89 insertions(+), 90 deletions(-) > create mode 100644 Documentation/devicetree/bindings/input/qcom,pm8921-keypad.yaml > delete mode 100644 Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt As this is still warning in linux-next, applied. Rob