Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: e46e59b77a9e ("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>

authored by

Ziyue Zhang and committed by
Vinod Koul
393e132e 49ccab4b

+2 -15
+2 -15
Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml
··· 56 56 57 57 clocks: 58 58 minItems: 5 59 - maxItems: 7 59 + maxItems: 6 60 60 61 61 clock-names: 62 62 minItems: 5 ··· 67 67 - enum: [rchng, refgen] 68 68 - const: pipe 69 69 - const: pipediv2 70 - - const: phy_aux 71 70 72 71 power-domains: 73 72 maxItems: 1 ··· 179 180 contains: 180 181 enum: 181 182 - qcom,glymur-qmp-gen5x4-pcie-phy 183 + - qcom,qcs8300-qmp-gen4x2-pcie-phy 182 184 - qcom,sa8775p-qmp-gen4x2-pcie-phy 183 185 - qcom,sa8775p-qmp-gen4x4-pcie-phy 184 186 - qcom,sc8280xp-qmp-gen3x1-pcie-phy ··· 196 196 minItems: 6 197 197 clock-names: 198 198 minItems: 6 199 - 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 199 213 200 - if: 214 201 properties: