blob: df750b26d66bc194c50d3605e3b7c96bc0dee34e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
config PHY_J721E_WIZ
tristate "TI J721E WIZ (SERDES Wrapper) support"
depends on ARCH_K3
help
This option enables 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 (Sierra/Torrent). This driver configures
three clock selects (pll0, pll1, dig) and resets for each of the
lanes.
config SPL_PHY_J721E_WIZ
bool "TI J721E WIZ (SERDES Wrapper) support"
depends on ARCH_K3
help
This option enables support for WIZ module present in TI's J721E
SoC at SPL stage. WIZ is a serdes wrapper used to configure some
of the input signals to the SERDES (Sierra/Torrent). This driver
configures three clock selects (pll0, pll1, dig) and resets for
each of the lanes.
|