On Thu, May 29, 2025 at 11:56:30AM +0800, Ziyue Zhang wrote: > 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. Ok, so here you fix also qcs8300, good. > As no compatible need the entry which require seven clocks, delete it. You still leave the bogus "phy_aux" clock under clock-names, that one should also be dropped. And you should update clocks maxItems as well. And please include a Fixes tag pointing out the commits that added this: Fixes: e46e59b77a9e ("dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the QCS8300 QMP PCIe PHY Gen4 x2") Fixes: Fixes: fd2d4e4c1986 ("dt-bindings: phy: qcom,qmp: Add sa8775p QMP PCIe PHY") Johan