mbox series

[V4,0/2] Convert qcom,spmi-pmic bindings from .txt to .yaml

Message ID 1608279292-24760-1-git-send-email-kgunda@codeaurora.org
Headers show
Series Convert qcom,spmi-pmic bindings from .txt to .yaml | expand

Message

Kiran Gunda Dec. 18, 2020, 8:14 a.m. UTC
This patch series does the following:
 - converts the qcom,spmi-pmic bindings from .txt to .yaml format
 - Sorted the compatible strings
 - Adds PM6150 and PM6150L subtypes.

Changes from V3:
 - Fixed compilation error in .yaml file.

Changes from V2:
 - Addressed Stephen Boyd and Rob Herring comments.

Kiran Gunda (2):
  mfd: qcom-spmi-pmic: Convert bindings to .yaml format
  mfd: qcom-spmi-pmic: Add support for pm6150 and pm6150l

 .../devicetree/bindings/mfd/qcom,spmi-pmic.txt     |  80 -------------
 .../devicetree/bindings/mfd/qcom,spmi-pmic.yaml    | 129 +++++++++++++++++++++
 drivers/mfd/qcom-spmi-pmic.c                       |   4 +
 3 files changed, 133 insertions(+), 80 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
 create mode 100644 Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml

Comments

Stephen Boyd Dec. 19, 2020, 11:48 p.m. UTC | #1
Quoting Kiran Gunda (2020-12-18 00:14:52)
> Add the compatibles and PMIC ids for pm6150 and pm6150l PMICs

> found on SC7180 based platforms.

> 

> Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>

> ---


Reviewed-by: Stephen Boyd <swboyd@chromium.org>