Hi Adam, On Sun, Aug 6, 2023 at 4:06 PM Adam Ford <aford173@xxxxxxxxx> wrote: > &pcie_phy { > + fsl,clkreq-unsupported; > fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>; > - clocks = <&pcie0_refclk>; Should the pcie0_refclk node be also removed? It seems to be unused after this patch. > + clocks = <&pcieclk 1>; Isn't clocks = <&pcieclk>; (without the extra 1) enough?