[PATCH 0/3] Add support for RK3588 HDMI/DP Combo PHY

From: Cristian Ciocaltea
Date: Fri Jan 19 2024 - 14:38:37 EST


Add driver and bindings to support the Rockchip HDMI/eDP TX Combo PHY
found on RK3588 SoC.

The PHY is based on a Samsung IP block and supports HDMI 2.1 TMDS, FRL
and eDP links.

The HDMI link has been tested on Rock 5B and EVB1 boards.

Cristian Ciocaltea (3):
dt-bindings: soc: rockchip: Add rk3588 hdptxphy syscon
dt-bindings: phy: Add Rockchip HDMI/DP Combo PHY schema
phy: rockchip: Add Samsung HDMI/DP Combo PHY driver

.../phy/rockchip,rk3588-hdptx-phy.yaml | 96 +
.../devicetree/bindings/soc/rockchip/grf.yaml | 1 +
drivers/phy/rockchip/Kconfig | 8 +
drivers/phy/rockchip/Makefile | 1 +
.../phy/rockchip/phy-rockchip-samsung-hdptx.c | 2045 +++++++++++++++++
5 files changed, 2151 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/rockchip,rk3588-hdptx-phy.yaml
create mode 100644 drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c

--
2.43.0