On 7/27/22 10:26, Krzysztof Kozlowski wrote: > On 26/07/2022 20:11, Iskren Chernev wrote: >> Document the pm6125 compatible string and available regulators in the QCom SMD >> RPM regulator documentation. >> >> Signed-off-by: Iskren Chernev <iskren.chernev@xxxxxxxxx> >> Signed-off-by: Adam Skladowski <a39.skl@xxxxxxxxx> > > Unusual SoB chain here as well. Will fix. >> --- >> .../devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml b/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml >> index c233461cc980..1122a3a17f56 100644 >> --- a/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml >> +++ b/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml >> @@ -57,6 +57,9 @@ description: >> >> For pm660l s1, s2, s3, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, bob >> >> + For pm6125 s1, s2, s3, s4, s5, s6, s7, s8, l1, l2, l3, l5, l6, l7, l8, l9, >> + l10, l22, l12, l13, l14, l15, l16, l17, l18, l19, l20, l21, l22, l23, l24 >> + >> For pma8084, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, >> l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15, l16, l17, l18, l19, >> l20, l21, l22, l23, l24, l25, l26, l27, lvs1, lvs2, lvs3, lvs4, 5vs1 >> @@ -90,6 +93,7 @@ properties: >> - qcom,rpm-pm8998-regulators >> - qcom,rpm-pm660-regulators >> - qcom,rpm-pm660l-regulators >> + - qcom,rpm-pm6125-regulators > > Put new entry in alphabetical order. Will sort first (they are currently not sorted), then add pm6125. Should I also sort the driver code? > Best regards, > Krzysztof