In pushing some fixes to pcie qcom driver, one of the patch had to make some fixes to tx deempth and tx swing. It was suggested to propose this to the generic pci.txt as they are actually standard parameter than can be tuned per board. I also notice these property are already used in imx6 driver so this would also help to generalize it. Ansuel Smith (4): devicetree: bindings: pci: document tx-deempth tx swing and rx-eq property drivers: pci: dwc: pci-imx6: update binding to generic name arm: dts: imx6: update pci binding to generic name devicetree: bindings: pci: fsl,imx6q-pcie: rename tx deemph and swing .../devicetree/bindings/pci/fsl,imx6q-pcie.txt | 12 ++++++------ Documentation/devicetree/bindings/pci/pci.txt | 18 ++++++++++++++++++ arch/arm/boot/dts/imx6q-ba16.dtsi | 4 ++-- arch/arm/boot/dts/imx6qdl-var-dart.dtsi | 4 ++-- arch/arm/boot/dts/imx7d.dtsi | 2 +- drivers/pci/controller/dwc/pci-imx6.c | 12 ++++++------ 6 files changed, 35 insertions(+), 17 deletions(-) -- 2.25.1