PCI: imx6: Call common PHY API to set mode, speed, and submode
authorFrank Li <Frank.Li@nxp.com>
Mon, 29 Jul 2024 20:18:17 +0000 (16:18 -0400)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Mon, 9 Sep 2024 14:08:22 +0000 (14:08 +0000)
commit8026f2d8e8a95a638a6cb83858bc2bdeed60a865
tree65c2e16c48e247b9cd403a37e8f8256f2e3bb9d5
parent4f1e478f75e9818983ce30b98ca6d2d8182952eb
PCI: imx6: Call common PHY API to set mode, speed, and submode

Invoke the common PHY API to configure mode, speed, and submode. While
these functions are optional in the PHY interface, they are necessary for
certain PHY drivers. Lack of support for these functions in a PHY driver
does not cause harm.

Link: https://lore.kernel.org/linux-pci/20240729-pci2_upstream-v8-10-b68ee5ef2b4d@nxp.com
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
drivers/pci/controller/dwc/pci-imx6.c