Update the DT bindings of the Qualcomm PMIC devices sitting on the SSBI bus. Dmitry Baryshkov (5): dt-bindings: input: qcom,pm8921-keypad: convert to YAML format dt-bindings: leds: pm8058: convert from txt 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/leds/leds-pm8058.txt | 67 ------------- .../devicetree/bindings/leds/leds-pm8058.yaml | 81 ++++++++++++++++ .../devicetree/bindings/mfd/qcom-pm8xxx.yaml | 30 +++++- 7 files changed, 205 insertions(+), 159 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/qcom,pm8921-keypad.yaml delete mode 100644 Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt delete mode 100644 Documentation/devicetree/bindings/leds/leds-pm8058.txt create mode 100644 Documentation/devicetree/bindings/leds/leds-pm8058.yaml -- 2.35.1