Re: [PATCH V5 1/6] dt-bindings: regulator: Add pm8008 regulator bindings

From: Rob Herring
Date: Wed Feb 09 2022 - 13:54:41 EST


On Tue, 08 Feb 2022 20:22:15 +0530, Satya Priya wrote:
> Add bindings for pm8008 pmic regulators.
>
> Signed-off-by: Satya Priya <quic_c_skakit@xxxxxxxxxxx>
> ---
> Changes in V2:
> - Moved this patch before "mfd: pm8008: Add pm8008 regulator node" to
> resolve dtschema errors. Removed regulator-min-microvolt and
> regulator-max-microvolt properties.
>
> Changes in V3:
> - As per Rob's comments added standard unit suffix for mindropout property,
> added blank lines where required and added description for reg property.
>
> Changes in V4:
> - Changed compatible string to "com,pm8008-regulators"
> - Moved "regulator-min-dropout-voltage-microvolt" to regulator.yaml as
> separate patch.
>
> Changes in V5:
> - Removed the separate compatible for pm8008 regulator driver.
> - Moved the supply nodes to chip level.
> - Removed min-dropout property.
>
> .../bindings/regulator/qcom,pm8008-regulator.yaml | 31 ++++++++++++++++++++++
> 1 file changed, 31 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/regulator/qcom,pm8008-regulator.yaml
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>