Re: [PATCH] PCI: dra7xx: Invoke phy_set_mode API to set PHY mode to PHY_MODE_PCIE

2019-01-31 Thread Lorenzo Pieralisi
On Thu, Jan 24, 2019 at 04:15:37PM +0530, Kishon Vijay Abraham I wrote: > Certain PHYs used with PCIe controller can also be used with other > controllers such as USB or SATA. In order to configure the PHY > to work with PCIe controller, invoke phy_set_mode API with mode > set to PHY_MODE_PCIE. >

[PATCH] PCI: dra7xx: Invoke phy_set_mode API to set PHY mode to PHY_MODE_PCIE

2019-01-24 Thread Kishon Vijay Abraham I
Certain PHYs used with PCIe controller can also be used with other controllers such as USB or SATA. In order to configure the PHY to work with PCIe controller, invoke phy_set_mode API with mode set to PHY_MODE_PCIE. Signed-off-by: Kishon Vijay Abraham I --- drivers/pci/controller/dwc/pci-dra7xx.