Skip to content

Commit 03b9d46

Browse files
yijiyangvinodkoul
authored andcommitted
dt-bindings: phy: describe the Qualcomm SGMII PHY
Describe the SGMII/SerDes PHY present on the qcs8300 platforms. Since qcs8300 shares the same SerDes as sa8775p, so it fallback to the compatible. Signed-off-by: Yijie Yang <[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 11dad94 commit 03b9d46

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/devicetree/bindings/phy/qcom,sa8775p-dwmac-sgmii-phy.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ description:
1515

1616
properties:
1717
compatible:
18-
const: qcom,sa8775p-dwmac-sgmii-phy
18+
oneOf:
19+
- items:
20+
- enum:
21+
- qcom,qcs8300-dwmac-sgmii-phy
22+
- const: qcom,sa8775p-dwmac-sgmii-phy
23+
- const: qcom,sa8775p-dwmac-sgmii-phy
1924

2025
reg:
2126
items:

0 commit comments

Comments
 (0)