This adds the driver for the Samsung HDMI PHY found on the i.MX8MP SoC. Based on downstream implementation from Sandor Yu <Sandor.yu@nxp.com>. According to the TRM, the PHY receives parallel data from the link and serializes it. It also sets the PLL clock needed for the TX serializer. Tested-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Tested-by: Richard Leitner <richard.leitner@skidata.com> Co-developed-by: Marco Felsch <m.felsch@pengutronix.de> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Tested-by: Alexander Stein <alexander.stein@ew.tq-group.com> Tested-by: Frieder Schrempf <frieder.schrempf@kontron.de> # Kontron BL Signed-off-by: Adam Ford <aford173@gmail.com> Tested-by: Marek Vasut <marex@denx.de> Tested-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Tested-by: Tommaso Merciai <tomm.merciai@gmail.com> Link: https://lore.kernel.org/r/20240227220444.77566-3-aford173@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
55 lines
1.5 KiB
Text
55 lines
1.5 KiB
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
if (ARCH_MXC && ARM64) || COMPILE_TEST
|
|
|
|
config PHY_FSL_IMX8MQ_USB
|
|
tristate "Freescale i.MX8M USB3 PHY"
|
|
depends on OF && HAS_IOMEM
|
|
select GENERIC_PHY
|
|
default ARCH_MXC && ARM64
|
|
|
|
config PHY_MIXEL_LVDS_PHY
|
|
tristate "Mixel LVDS PHY support"
|
|
depends on OF
|
|
select GENERIC_PHY
|
|
select REGMAP_MMIO
|
|
help
|
|
Enable this to add support for the Mixel LVDS PHY as found
|
|
on NXP's i.MX8qm SoC.
|
|
|
|
config PHY_MIXEL_MIPI_DPHY
|
|
tristate "Mixel MIPI DSI PHY support"
|
|
depends on OF && HAS_IOMEM
|
|
select GENERIC_PHY
|
|
select GENERIC_PHY_MIPI_DPHY
|
|
select REGMAP_MMIO
|
|
help
|
|
Enable this to add support for the Mixel DSI PHY as found
|
|
on NXP's i.MX8 family of SOCs.
|
|
|
|
config PHY_FSL_IMX8M_PCIE
|
|
tristate "Freescale i.MX8M PCIE PHY"
|
|
depends on OF && HAS_IOMEM
|
|
select GENERIC_PHY
|
|
help
|
|
Enable this to add support for the PCIE PHY as found on
|
|
i.MX8M family of SOCs.
|
|
|
|
config PHY_FSL_SAMSUNG_HDMI_PHY
|
|
tristate "Samsung HDMI PHY support"
|
|
depends on OF && HAS_IOMEM && COMMON_CLK
|
|
help
|
|
Enable this to add support for the Samsung HDMI PHY in i.MX8MP.
|
|
|
|
endif
|
|
|
|
config PHY_FSL_LYNX_28G
|
|
tristate "Freescale Layerscape Lynx 28G SerDes PHY support"
|
|
depends on OF
|
|
depends on ARCH_LAYERSCAPE || COMPILE_TEST
|
|
select GENERIC_PHY
|
|
help
|
|
Enable this to add support for the Lynx SerDes 28G PHY as
|
|
found on NXP's Layerscape platforms such as LX2160A.
|
|
Used to change the protocol running on SerDes lanes at runtime.
|
|
Only useful for a restricted set of Ethernet protocols.
|