]> git.ipfire.org Git - thirdparty/u-boot.git/commit
phy: zynqmp: Add serdes/psgtr driver
authorMichal Simek <michal.simek@xilinx.com>
Thu, 21 Oct 2021 14:03:47 +0000 (16:03 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 6 Dec 2021 12:32:48 +0000 (13:32 +0100)
commit0d986822bbe5beab1212f5e6a7844c557c657615
tree9fbeb02cd58d03b6d81f88c2eedb39970d4577d2
parentc23b2d5a6eb5134371204cb6bebc509413a1d408
phy: zynqmp: Add serdes/psgtr driver

Add PSGTR driver for Xilinx ZynqMP.
The most of configurations are taken from Linux kernel psgtr driver.

USB3.0 and SGMII configurations are tested on SOM. In SGMII case also
IOU_SLCR reg is updated to get proper clock setup and signal detection
configuration.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/947922ceb12a7db388fc63eddd3dcc9b8a8a1208.1637238602.git.michal.simek@xilinx.com
MAINTAINERS
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-zynqmp.c [new file with mode: 0644]