Re: [PATCH v3] dt-bindings: mfd: convert to yaml Qualcomm SPMI PMIC

From: Rob Herring
Date: Thu Jul 14 2022 - 14:52:01 EST


On Sun, Jun 26, 2022 at 1:16 PM David Heidelberg <david@xxxxxxx> wrote:
>
> Convert Qualcomm SPMI PMIC binding to yaml format.
>
> Additional changes:
> - filled many missing compatibles
>
> Co-developed-by: Caleb Connolly <caleb@xxxxxxxxxxxxx>
> Signed-off-by: David Heidelberg <david@xxxxxxx>
> ---
> v3:
> - added subnodes, there are two not converted to YAML yet, but it works
> - now it prints milion directly unrelated warning to this binding
> (it's related to the included subnodes bindings, can be merged,
> but it'll generate more warnings and preferably anyone can takeover
> from here)
> - add qcom,pmx65
>
> v2:
> - changed author to myself, kept Caleb as co-author
> - moved nodename to properties
> - add nodenames for pm* with deprecated property
> - add ^$ to pattern properties
> - dropped interrupt-names property
> - added reg prop. to the nodes which have register in nodename
> - added compatible pmx55
> Signed-off-by: David Heidelberg <david@xxxxxxx>
> ---
> .../bindings/mfd/qcom,spmi-pmic.txt | 94 ---------
> .../bindings/mfd/qcom,spmi-pmic.yaml | 191 ++++++++++++++++++
> 2 files changed, 191 insertions(+), 94 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
> create mode 100644 Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml

Looks like the referenced file is in linux-next, so:

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>

This should fix a lot of undocumented compatible warnings.

Rob