Skip to content

Commit 74a5054

Browse files
Manikanta Mylavarapuvinodkoul
authored andcommitted
dt-bindings: phy: qcom,ipq8074-qmp-pcie: Document the IPQ5424 QMP PCIe PHYs
Document the PCIe phy on the IPQ5424 platform using the IPQ9574 bindings as a fallback, since the PCIe phy on the IPQ5424 is similar to IPQ9574. Signed-off-by: Manikanta Mylavarapu <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 8adbf20 commit 74a5054

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

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

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,21 @@ description:
1515

1616
properties:
1717
compatible:
18-
enum:
19-
- qcom,ipq6018-qmp-pcie-phy
20-
- qcom,ipq8074-qmp-gen3-pcie-phy
21-
- qcom,ipq8074-qmp-pcie-phy
22-
- qcom,ipq9574-qmp-gen3x1-pcie-phy
23-
- qcom,ipq9574-qmp-gen3x2-pcie-phy
18+
oneOf:
19+
- enum:
20+
- qcom,ipq6018-qmp-pcie-phy
21+
- qcom,ipq8074-qmp-gen3-pcie-phy
22+
- qcom,ipq8074-qmp-pcie-phy
23+
- qcom,ipq9574-qmp-gen3x1-pcie-phy
24+
- qcom,ipq9574-qmp-gen3x2-pcie-phy
25+
- items:
26+
- enum:
27+
- qcom,ipq5424-qmp-gen3x1-pcie-phy
28+
- const: qcom,ipq9574-qmp-gen3x1-pcie-phy
29+
- items:
30+
- enum:
31+
- qcom,ipq5424-qmp-gen3x2-pcie-phy
32+
- const: qcom,ipq9574-qmp-gen3x2-pcie-phy
2433

2534
reg:
2635
items:

0 commit comments

Comments
 (0)