Update the DT bindings of the Qualcomm PMIC devices sitting on the SSBI bus. Changes since v1: - Rebased on top of [1] [1]: https://lore.kernel.org/all/20221201131505.42292-1-krzysztof.kozlowski@xxxxxxxxxx/ Dmitry Baryshkov (4): dt-bindings: input: qcom,pm8921-keypad: convert to YAML format dt-bindings: mfd: qcom-pm8xxx: add missing child nodes dt-bindings: iio: adc: qcom,pm8018-adc: allow specifying MPP channels dt-bindings: leds: Add 'cm3605' to 'linux,default-trigger' .../bindings/iio/adc/qcom,pm8018-adc.yaml | 2 +- .../bindings/input/qcom,pm8921-keypad.yaml | 93 +++++++++++++++++++ .../bindings/input/qcom,pm8xxx-keypad.txt | 90 ------------------ .../devicetree/bindings/leds/common.yaml | 1 + .../devicetree/bindings/mfd/qcom-pm8xxx.yaml | 26 +++++- 5 files changed, 120 insertions(+), 92 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/qcom,pm8921-keypad.yaml delete mode 100644 Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt -- 2.35.1