PCI: exynos: Remove deprecated PHY initialization code
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 27 Dec 2017 09:43:27 +0000 (18:43 +0900)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Tue, 2 Jan 2018 16:27:52 +0000 (16:27 +0000)
commit83f4f3f63be2b2c4fc94e308a766859df2825f43
treeca7aafd6c6c6fcbaca16e858b1d491bc0fb76a89
parentdc734ee02cb6f2603fd68d8b71d5e6c372357307
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