On Wed, Jun 25, 2025 at 05:25:35PM +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. > > As no compatible need the entry which require seven clocks, delete it. Please add the missing Fixes tag. > Signed-off-by: Ziyue Zhang <quic_ziyuzhan@xxxxxxxxxxx> > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx> > --- This patch depends on https://lore.kernel.org/lkml/20250625090048.624399-2-quic_ziyuzhan@xxxxxxxxxxx/ (which you point out in the cover letter), but you should be removing the bogus 'phy_aux' clock when removing the last user and not before. Johan