]> www.infradead.org Git - users/jedix/linux-maple.git/commit
phy: rockchip: Add Samsung MIPI D-/C-PHY driver
authorHeiko Stuebner <heiko.stuebner@cherry.de>
Thu, 13 Mar 2025 13:40:32 +0000 (14:40 +0100)
committerVinod Koul <vkoul@kernel.org>
Sun, 16 Mar 2025 16:40:46 +0000 (22:10 +0530)
commitb2a1a2ae7818c9d8da12bf7b1983c8b9f5fb712b
treee4ed3e503c948b1a6887640f7beb011e42b84edd
parent301587cf4e771aca8c5ee05a6ba8d7d8f548e478
phy: rockchip: Add Samsung MIPI D-/C-PHY driver

Add driver for the MIPI D-/C-PHY block based around a Samsung IP-block
that is for example needed to drive a MIPI DSI output on rk3588.

Right now only the D-PHY portion is implemented, with the C-PHY part
needing separate work.

Tested-by: Daniel Semkowicz <dse@thaumatec.com>
Tested-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Tested-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>
Link: https://lore.kernel.org/r/20250313134035.278133-3-heiko@sntech.de
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/rockchip/Kconfig
drivers/phy/rockchip/Makefile
drivers/phy/rockchip/phy-rockchip-samsung-dcphy.c [new file with mode: 0644]