Re: [PATCH v2 1/1] PCI: imx6: Add pcie compliance test option

From: Fabio Estevam
Date: Wed Jun 14 2017 - 15:11:41 EST


On Wed, Jun 14, 2017 at 2:52 AM, SchÃfegger Stefan
<Stefan.Schoefegger@xxxxxxxxxxxxx> wrote:

> device). The bitrate and de-emphasis must be switched. The driver (without
> this patches) does not allow to switch to gen2 because it falls back to gen1.
> It is impossible to generate the gen2 test pattern.

If you pass 'fsl,max-link-speed = <2>;' in your device tree, then it
will allow gen2.

>From Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt:

"- fsl,max-link-speed: Specify PCI gen for link capability. Must be '2' for
gen2, otherwise will default to gen1. Note that the IMX6 LVDS clock outputs
do not meet gen2 jitter requirements and thus for gen2 capability a gen2
compliant clock generator should be used and configured."

Wouldn't this solve the problem?