]> git.baikalelectronics.ru Git - uboot.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)
commitc7776c84b5a35da135ef8ebfb2479a7c86158f8e
tree8e33e6ca9e094982722bf71895f3a4787db595e4
parente28aa263c10edebe3259873c180be3e40da56f3a
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]