Quoting Sibi Sankar (2019-12-16 03:55:30) > Convert RPM/RPMH power-domain bindings to yaml. > > Signed-off-by: Sibi Sankar <sibis@xxxxxxxxxxxxxx> Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx> One nitpick below! > diff --git a/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml > new file mode 100644 > index 0000000000000..4aebf024e4427 > --- /dev/null > +++ b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml > @@ -0,0 +1,170 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/power/qcom,rpmpd.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm RPM/RPMh Power domains > + > +maintainers: > + - Rajendra Nayak <rnayak@xxxxxxxxxxxxxx> > + > +description: > + For RPM/RPMh Power domains, we communicate a performance state to RPM/RPMh > + which then translates it into a corresponding voltage on a rail Add a full-stop here to make it a true sentence? > + > +properties: > + compatible: > + enum: > + - qcom,msm8976-rpmpd > + - qcom,msm8996-rpmpd > + - qcom,msm8998-rpmpd > + - qcom,qcs404-rpmpd > + - qcom,sc7180-rpmhpd > + - qcom,sdm845-rpmhpd > + - qcom,sm8150-rpmhpd > +