Skip to content

Commit 0af9b5c

Browse files
anderssonLee Jones
authored andcommitted
mfd: qcom-spmi-pmic: Sort the compatibles in the binding
Create some order in the list of compatibles by sorting them. Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6ae210f commit 0af9b5c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,28 @@ each. A function can consume one or more of these fixed-size register regions.
1515

1616
Required properties:
1717
- compatible: Should contain one of:
18-
"qcom,pm8941",
19-
"qcom,pm8841",
20-
"qcom,pma8084",
18+
"qcom,pm7325",
19+
"qcom,pm8004",
20+
"qcom,pm8005",
2121
"qcom,pm8019",
22-
"qcom,pm8226",
2322
"qcom,pm8110",
24-
"qcom,pma8084",
25-
"qcom,pmi8962",
26-
"qcom,pmd9635",
27-
"qcom,pm8994",
28-
"qcom,pmi8994",
29-
"qcom,pm8916",
30-
"qcom,pm8004",
23+
"qcom,pm8226",
24+
"qcom,pm8350c",
25+
"qcom,pm8841",
3126
"qcom,pm8909",
27+
"qcom,pm8916",
28+
"qcom,pm8941",
3229
"qcom,pm8950",
33-
"qcom,pmi8950",
30+
"qcom,pm8994",
3431
"qcom,pm8998",
32+
"qcom,pma8084",
33+
"qcom,pma8084",
34+
"qcom,pmd9635",
35+
"qcom,pmi8950",
36+
"qcom,pmi8962",
37+
"qcom,pmi8994",
3538
"qcom,pmi8998",
36-
"qcom,pm8005",
37-
"qcom,pm8350c",
3839
"qcom,pmk8350",
39-
"qcom,pm7325",
4040
"qcom,pmr735a",
4141
or generalized "qcom,spmi-pmic".
4242
- reg: Specifies the SPMI USID slave address for this device.

0 commit comments

Comments
 (0)