phy: rockchip: Add Samsung HDMI/eDP Combo PHY driver
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Wed, 14 Feb 2024 11:45:37 +0000 (13:45 +0200)
committerVinod Koul <vkoul@kernel.org>
Fri, 16 Feb 2024 06:56:56 +0000 (12:26 +0530)
commit553be2830c5f33308483e8118de748a2c69fe593
treee90426489d0f071a16dcc5e1c0ac3ce5eaa144e4
parent3312a0e8f64ec68db695224fcc7457e7292426eb
phy: rockchip: Add Samsung HDMI/eDP Combo PHY driver

Add driver for the HDMI/eDP TX Combo PHY found on Rockchip RK3588 SoC.

The PHY is based on a Samsung IP block and supports HDMI 2.1 TMDS, FRL
and eDP links.  The maximum data rate is 12Gbps (FRL), while the minimum
is 250Mbps (TMDS).

Only the TMDS link is currently supported.

Co-developed-by: Algea Cao <algea.cao@rock-chips.com>
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20240214-phy-hdptx-v4-2-e7974f46c1a7@collabora.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/rockchip/Kconfig
drivers/phy/rockchip/Makefile
drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c [new file with mode: 0644]