Re: [PATCH] arm64: dts: imx8mp-beacon: Configure 100MHz PCIe Ref Clk

From: Fabio Estevam
Date: Sun Aug 06 2023 - 18:04:27 EST


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?