Skip to content

Commit 6de06e0

Browse files
FORMLIST: dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update sa8775p pcie phy bindings
The gcc_aux_clk is required by the PCIe controller but not by the PCIe PHY. In PCIe PHY, the source of aux_clk used in low-power mode should be gcc_phy_aux_clk. Hence, remove gcc_aux_clk and replace it with gcc_phy_aux_clk. Removed the phy_aux clock from the PCIe PHY binding as it is no longer used by any instance. Signed-off-by: Ziyue Zhang <quic_ziyuzhan@quicinc.com> Link: https://lore.kernel.org/all/20250625090048.624399-2-quic_ziyuzhan@quicinc.com/
1 parent efaefa5 commit 6de06e0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ properties:
5454

5555
clocks:
5656
minItems: 5
57-
maxItems: 7
57+
maxItems: 6
5858

5959
clock-names:
6060
minItems: 5
@@ -65,7 +65,6 @@ properties:
6565
- enum: [rchng, refgen]
6666
- const: pipe
6767
- const: pipediv2
68-
- const: phy_aux
6968

7069
power-domains:
7170
maxItems: 1
@@ -176,6 +175,8 @@ allOf:
176175
contains:
177176
enum:
178177
- qcom,qcs615-qmp-gen3x1-pcie-phy
178+
- qcom,sa8775p-qmp-gen4x2-pcie-phy
179+
- qcom,sa8775p-qmp-gen4x4-pcie-phy
179180
- qcom,sc8280xp-qmp-gen3x1-pcie-phy
180181
- qcom,sc8280xp-qmp-gen3x2-pcie-phy
181182
- qcom,sc8280xp-qmp-gen3x4-pcie-phy
@@ -197,8 +198,6 @@ allOf:
197198
contains:
198199
enum:
199200
- qcom,qcs8300-qmp-gen4x2-pcie-phy
200-
- qcom,sa8775p-qmp-gen4x2-pcie-phy
201-
- qcom,sa8775p-qmp-gen4x4-pcie-phy
202201
then:
203202
properties:
204203
clocks:

0 commit comments

Comments
 (0)