diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2019-12-16 12:57:12 +0300 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2020-01-14 08:20:19 +0300 |
commit | 091876cc355d6739e393efa4b3d07f451a6a035c (patch) | |
tree | 5276fec027e8aaa6b419ed14afdfcf4d73469593 /drivers/phy/ti/Makefile | |
parent | ad044f01c2cc482f9fc5670a1c448638650b0aac (diff) | |
download | linux-091876cc355d6739e393efa4b3d07f451a6a035c.tar.xz |
phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoC
Add support for WIZ module present in TI's J721E SoC. WIZ is a SERDES
wrapper used to configure some of the input signals to the SERDES. It is
used with both Sierra(16G) and Torrent(10G) SERDES. This driver configures
three clock selects (pll0, pll1, dig), two divider clocks and supports
resets for each of the lanes.
[jsarha@ti.com: Add support for Torrent(10G) SERDES wrapper]
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/ti/Makefile')
-rw-r--r-- | drivers/phy/ti/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/ti/Makefile b/drivers/phy/ti/Makefile index bff901eb0ecc..dcba2571c9bd 100644 --- a/drivers/phy/ti/Makefile +++ b/drivers/phy/ti/Makefile @@ -8,3 +8,4 @@ obj-$(CONFIG_PHY_TUSB1210) += phy-tusb1210.o obj-$(CONFIG_TWL4030_USB) += phy-twl4030-usb.o obj-$(CONFIG_PHY_AM654_SERDES) += phy-am654-serdes.o obj-$(CONFIG_PHY_TI_GMII_SEL) += phy-gmii-sel.o +obj-$(CONFIG_PHY_J721E_WIZ) += phy-j721e-wiz.o |