It helps to keep sorted order for compatibles and nodes, so sort them

Suggested-by: Bjorn Andersson <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
---
 .../regulator/qcom,rpmh-regulator.txt         | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git 
a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt 
b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt
index 1a9cab50503a..bab9f71140b8 100644
--- a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt
+++ b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt
@@ -22,12 +22,12 @@ RPMh resource.
 
 The names used for regulator nodes must match those supported by a given PMIC.
 Supported regulator node names:
-       PM8998:         smps1 - smps13, ldo1 - ldo28, lvs1 - lvs2
-       PMI8998:        bob
        PM8005:         smps1 - smps4
+       PM8009:         smps1 - smps2, ldo1 - ldo7
        PM8150:         smps1 - smps10, ldo1 - ldo18
        PM8150L:        smps1 - smps8, ldo1 - ldo11, bob, flash, rgb
-       PM8009:         smps1 - smps2, ld01 - ldo7
+       PM8998:         smps1 - smps13, ldo1 - ldo28, lvs1 - lvs2
+       PMI8998:        bob
 
 ========================
 First Level Nodes - PMIC
@@ -36,12 +36,13 @@ First Level Nodes - PMIC
 - compatible
        Usage:      required
        Value type: <string>
-       Definition: Must be one of: "qcom,pm8998-rpmh-regulators",
-                   "qcom,pmi8998-rpmh-regulators" or
-                   "qcom,pm8005-rpmh-regulators" or
-                   "qcom,pm8150-rpmh-regulators" or
-                   "qcom,pm8150l-rpmh-regulators" or
-                   "qcom,pm8009-rpmh-regulators".
+       Definition: Must be one of below:
+                   "qcom,pm8005-rpmh-regulators"
+                   "qcom,pm8009-rpmh-regulators"
+                   "qcom,pm8150-rpmh-regulators"
+                   "qcom,pm8150l-rpmh-regulators"
+                   "qcom,pm8998-rpmh-regulators"
+                   "qcom,pmi8998-rpmh-regulators"
 
 - qcom,pmic-id
        Usage:      required
-- 
2.20.1

Reply via email to