Skip to content

Commit 393e132

Browse files
Ziyue Zhangvinodkoul
authored andcommitted
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. Removed the phy_aux clock from the PCIe PHY binding as it is no longer used by any instance. Fixes: e46e59b ("dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the QCS8300 QMP PCIe PHY Gen4 x2") Signed-off-by: Ziyue Zhang <ziyue.zhang@oss.qualcomm.com> Acked-by: Manivannan Sadhasivam <mani@kernel.org> Acked-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Johan Hovold <johan+linaro@kernel.org> Link: https://patch.msgid.link/20251128104928.4070050-2-ziyue.zhang@oss.qualcomm.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 49ccab4 commit 393e132

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

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

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ properties:
5656

5757
clocks:
5858
minItems: 5
59-
maxItems: 7
59+
maxItems: 6
6060

6161
clock-names:
6262
minItems: 5
@@ -67,7 +67,6 @@ properties:
6767
- enum: [rchng, refgen]
6868
- const: pipe
6969
- const: pipediv2
70-
- const: phy_aux
7170

7271
power-domains:
7372
maxItems: 1
@@ -180,6 +179,7 @@ allOf:
180179
contains:
181180
enum:
182181
- qcom,glymur-qmp-gen5x4-pcie-phy
182+
- qcom,qcs8300-qmp-gen4x2-pcie-phy
183183
- qcom,sa8775p-qmp-gen4x2-pcie-phy
184184
- qcom,sa8775p-qmp-gen4x4-pcie-phy
185185
- qcom,sc8280xp-qmp-gen3x1-pcie-phy
@@ -197,19 +197,6 @@ allOf:
197197
clock-names:
198198
minItems: 6
199199

200-
- if:
201-
properties:
202-
compatible:
203-
contains:
204-
enum:
205-
- qcom,qcs8300-qmp-gen4x2-pcie-phy
206-
then:
207-
properties:
208-
clocks:
209-
minItems: 7
210-
clock-names:
211-
minItems: 7
212-
213200
- if:
214201
properties:
215202
compatible:

0 commit comments

Comments
 (0)