Skip to content

Commit 5159ecf

Browse files
FORMLIST: dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings for qcs8300
The gcc_aux_clk is not required by the PCIe PHY on qcs8300 and is not specified in the device tree node. Hence, move the qcs8300 phy compatibility entry into the list of PHYs that require six clocks. As no compatible need the entry which require seven clocks, delete it. Signed-off-by: Ziyue Zhang <quic_ziyuzhan@quicinc.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/all/20250625092539.762075-2-quic_ziyuzhan@quicinc.com/
1 parent 6de06e0 commit 5159ecf

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ allOf:
175175
contains:
176176
enum:
177177
- qcom,qcs615-qmp-gen3x1-pcie-phy
178+
- qcom,qcs8300-qmp-gen4x2-pcie-phy
178179
- qcom,sa8775p-qmp-gen4x2-pcie-phy
179180
- qcom,sa8775p-qmp-gen4x4-pcie-phy
180181
- qcom,sc8280xp-qmp-gen3x1-pcie-phy
@@ -192,19 +193,6 @@ allOf:
192193
clock-names:
193194
minItems: 6
194195

195-
- if:
196-
properties:
197-
compatible:
198-
contains:
199-
enum:
200-
- qcom,qcs8300-qmp-gen4x2-pcie-phy
201-
then:
202-
properties:
203-
clocks:
204-
minItems: 7
205-
clock-names:
206-
minItems: 7
207-
208196
- if:
209197
properties:
210198
compatible:

0 commit comments

Comments
 (0)