OSDN Git Service

phy: amlogic: Add Amlogic AXG PCIE PHY Driver
authorRemi Pommarel <repk@triplefau.lt>
Thu, 23 Jan 2020 23:29:42 +0000 (00:29 +0100)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Wed, 4 Mar 2020 10:53:30 +0000 (10:53 +0000)
commite2463559ff1d5a76e708a26ec91e4950e702b25c
tree7e593d3982820ba932ac79b3fb7e9877e82276d7
parentaf3f5722d10cc345cbcfd2e1190334baa237a4ee
phy: amlogic: Add Amlogic AXG PCIE PHY Driver

This adds support for the PCI PHY found in the Amlogic AXG SoC Family.
This will allow to mutualize code in pci-meson.c between AXG and G12A
SoC.

This PHY also uses and chains an analog PHY, which on AXG platform
is needed to have reliable PCIe communication.

Signed-off-by: Remi Pommarel <repk@triplefau.lt>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/phy/amlogic/Kconfig
drivers/phy/amlogic/Makefile
drivers/phy/amlogic/phy-meson-axg-pcie.c [new file with mode: 0644]