PCI: exynos: Remove deprecated PHY initialization code
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 27 Dec 2017 09:43:27 +0000 (18:43 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:56:42 +0000 (14:56 +0900)
commit2440615ef7816c373ea9d5ee9f61b5bc4d3c88eb
tree408679bd83905a1b38a6b5bebbf827b1c58e76e0
parentc76c157125ec1cae2518944fe01b5e571cf3cd1c
PCI: exynos: Remove deprecated PHY initialization code

Exynos platforms have a PCI PHY driver in the PHY framework that can be
used by the PCI host bridge drivers to initialize and manage the PHY.

Remove the deprecated PHY initialization code in the Exynos PCI host
bridge driver by updating the driver to use the PHY framework API;
modify the DT binding documentation accordingly.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
[lorenzo.pieralisi@arm.com: updated commit log]
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Jingoo Han <jingoohan1@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/pci/samsung,exynos5440-pcie.txt
drivers/pci/dwc/pci-exynos.c