File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Documentation/devicetree/bindings/phy Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ description:
1616properties :
1717 compatible :
1818 enum :
19+ - qcom,sa8775p-qmp-gen4x2-pcie-phy
20+ - qcom,sa8775p-qmp-gen4x4-pcie-phy
1921 - qcom,sc8280xp-qmp-gen3x1-pcie-phy
2022 - qcom,sc8280xp-qmp-gen3x2-pcie-phy
2123 - qcom,sc8280xp-qmp-gen3x4-pcie-phy
@@ -30,7 +32,7 @@ properties:
3032
3133 clocks :
3234 minItems : 5
33- maxItems : 6
35+ maxItems : 7
3436
3537 clock-names :
3638 minItems : 5
@@ -41,6 +43,7 @@ properties:
4143 - const : rchng
4244 - const : pipe
4345 - const : pipediv2
46+ - const : phy_aux
4447
4548 power-domains :
4649 maxItems : 1
@@ -136,6 +139,20 @@ allOf:
136139 clock-names :
137140 minItems : 6
138141
142+ - if :
143+ properties :
144+ compatible :
145+ contains :
146+ enum :
147+ - qcom,sa8775p-qmp-gen4x2-pcie-phy
148+ - qcom,sa8775p-qmp-gen4x4-pcie-phy
149+ then :
150+ properties :
151+ clocks :
152+ minItems : 7
153+ clock-names :
154+ minItems : 7
155+
139156 - if :
140157 properties :
141158 compatible :
You can’t perform that action at this time.
0 commit comments