Skip to content

Commit 6a612c8

Browse files
Sayali Lokhandevinodkoul
authored andcommitted
dt-bindings: phy: Add QMP UFS PHY comptible for QCS615
Document the QMP UFS PHY compatible for Qualcomm QCS615 to support physical layer functionality for UFS found on the SoC. Use fallback to indicate the compatibility of the QMP UFS PHY on the QCS615 with that on the SM6115. Signed-off-by: Sayali Lokhande <[email protected]> Co-developed-by: Xin Liu <[email protected]> Signed-off-by: Xin Liu <[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 03b9d46 commit 6a612c8

File tree

1 file changed

+25
-20
lines changed

1 file changed

+25
-20
lines changed

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

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,31 @@ description:
1515

1616
properties:
1717
compatible:
18-
enum:
19-
- qcom,msm8996-qmp-ufs-phy
20-
- qcom,msm8998-qmp-ufs-phy
21-
- qcom,sa8775p-qmp-ufs-phy
22-
- qcom,sc7180-qmp-ufs-phy
23-
- qcom,sc7280-qmp-ufs-phy
24-
- qcom,sc8180x-qmp-ufs-phy
25-
- qcom,sc8280xp-qmp-ufs-phy
26-
- qcom,sdm845-qmp-ufs-phy
27-
- qcom,sm6115-qmp-ufs-phy
28-
- qcom,sm6125-qmp-ufs-phy
29-
- qcom,sm6350-qmp-ufs-phy
30-
- qcom,sm7150-qmp-ufs-phy
31-
- qcom,sm8150-qmp-ufs-phy
32-
- qcom,sm8250-qmp-ufs-phy
33-
- qcom,sm8350-qmp-ufs-phy
34-
- qcom,sm8450-qmp-ufs-phy
35-
- qcom,sm8475-qmp-ufs-phy
36-
- qcom,sm8550-qmp-ufs-phy
37-
- qcom,sm8650-qmp-ufs-phy
18+
oneOf:
19+
- items:
20+
- enum:
21+
- qcom,qcs615-qmp-ufs-phy
22+
- const: qcom,sm6115-qmp-ufs-phy
23+
- enum:
24+
- qcom,msm8996-qmp-ufs-phy
25+
- qcom,msm8998-qmp-ufs-phy
26+
- qcom,sa8775p-qmp-ufs-phy
27+
- qcom,sc7180-qmp-ufs-phy
28+
- qcom,sc7280-qmp-ufs-phy
29+
- qcom,sc8180x-qmp-ufs-phy
30+
- qcom,sc8280xp-qmp-ufs-phy
31+
- qcom,sdm845-qmp-ufs-phy
32+
- qcom,sm6115-qmp-ufs-phy
33+
- qcom,sm6125-qmp-ufs-phy
34+
- qcom,sm6350-qmp-ufs-phy
35+
- qcom,sm7150-qmp-ufs-phy
36+
- qcom,sm8150-qmp-ufs-phy
37+
- qcom,sm8250-qmp-ufs-phy
38+
- qcom,sm8350-qmp-ufs-phy
39+
- qcom,sm8450-qmp-ufs-phy
40+
- qcom,sm8475-qmp-ufs-phy
41+
- qcom,sm8550-qmp-ufs-phy
42+
- qcom,sm8650-qmp-ufs-phy
3843

3944
reg:
4045
maxItems: 1

0 commit comments

Comments
 (0)