Skip to content

Commit fd2d4e4

Browse files
Mrinmay Sarkarvinodkoul
authored andcommitted
dt-bindings: phy: qcom,qmp: Add sa8775p QMP PCIe PHY
Add devicetree YAML binding for Qualcomm QMP PCIe PHY for SA8775p platform. Signed-off-by: Mrinmay Sarkar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 7559e75 commit fd2d4e4

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ description:
1616
properties:
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:

0 commit comments

Comments
 (0)