Re: [PATCH V4] dt-bindings: pinctrl: qcom-pmic-gpio: Convert qcom pmic gpio bindings to YAML
From: Rob Herring <robh@kernel.org>
Date: 2021-06-02 18:49:27
Also in:
linux-arm-msm, linux-gpio, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-06-02 18:49:27
Also in:
linux-arm-msm, linux-gpio, lkml
On Fri, 21 May 2021 12:00:15 +0530, satya priya wrote:
Convert Qualcomm PMIC GPIO bindings from .txt to .yaml format. Signed-off-by: satya priya <redacted> --- Changes in V2: - As per Rob's comments fixed bot erros. - Moved this patch to end of the series so that other patches are not blocked on this. Changes in V3: - As per Rob's comments, added maxItems for reg and interrupts. Added reference of "pinmux-node.yaml" and "pincfg-node.yaml". Made 'additionalProperties' as false. Changes in V4: - As per Rob's comments, added description for interrupts, defined constraints for "qcom,drive-strength", dropped description for function property. .../devicetree/bindings/pinctrl/qcom,pmic-gpio.txt | 286 --------------------- .../bindings/pinctrl/qcom,pmic-gpio.yaml | 256 ++++++++++++++++++ 2 files changed, 256 insertions(+), 286 deletions(-) delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.txt create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml
Reviewed-by: Rob Herring <robh@kernel.org>