]> git.ipfire.org Git - thirdparty/u-boot.git/commit
phy: add support for AM654x SERDES
authorSekhar Nori <nsekhar@ti.com>
Thu, 1 Aug 2019 13:42:58 +0000 (19:12 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 12 Aug 2019 17:33:39 +0000 (13:33 -0400)
commit888e1caeaec2645aee461dfc9e84f21642e050ec
tree8e33e6ca9e094982722bf71895f3a4787db595e4
parent03c396bb5f3e74c74ce164b9b1eef9908e5cfabb
phy: add support for AM654x SERDES

Add a new SERDES driver for TI's AM654x SoC which configures
the SERDES only for PCIe. Support fo USB3 can be added later.

SERDES in am654x has three input clocks (left input, external
reference clock and right input) and two output clocks (left
output and right output) in addition to a PLL mux clock which
the SERDES uses for Clock Multiplier Unit (CMU refclock).

The PLL mux clock can select from one of the three input
clocks. The right output can select between left input and
external reference clock while the left output can select
between the right input and external reference clock.

The driver has support to select PLL mux and left/right output
mux as specified in device tree.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-ti-am654.c [new file with mode: 0644]