Skip to content

Commit ce48963

Browse files
Yongxing Mouvinodkoul
authored andcommitted
dt-bindings: phy: Add eDP PHY compatible for QCS8300
Add compatible string for the supported eDP PHY on QCS8300 platform. QCS8300 have the same eDP PHY with SA8775P. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Yongxing Mou <quic_yongmou@quicinc.com> Link: https://lore.kernel.org/r/20250730072725.1433360-1-quic_yongmou@quicinc.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 5f54134 commit ce48963

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,18 @@ description:
1616

1717
properties:
1818
compatible:
19-
enum:
20-
- qcom,sa8775p-edp-phy
21-
- qcom,sc7280-edp-phy
22-
- qcom,sc8180x-edp-phy
23-
- qcom,sc8280xp-dp-phy
24-
- qcom,sc8280xp-edp-phy
25-
- qcom,x1e80100-dp-phy
19+
oneOf:
20+
- enum:
21+
- qcom,sa8775p-edp-phy
22+
- qcom,sc7280-edp-phy
23+
- qcom,sc8180x-edp-phy
24+
- qcom,sc8280xp-dp-phy
25+
- qcom,sc8280xp-edp-phy
26+
- qcom,x1e80100-dp-phy
27+
- items:
28+
- enum:
29+
- qcom,qcs8300-edp-phy
30+
- const: qcom,sa8775p-edp-phy
2631

2732
reg:
2833
items:

0 commit comments

Comments
 (0)