]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: phy: add Innosilicon DSI-DPHY driver
authorChris Morgan <macromorgan@hotmail.com>
Fri, 24 Mar 2023 18:53:06 +0000 (13:53 -0500)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 21 Apr 2023 07:16:01 +0000 (15:16 +0800)
commitbf57dd5889beae9ff871a657f43ed72345ab2e6c
treedeb4b7eb6a228fe161534079e255e6c3402d4a18
parentcf8b415d5cdf11d30eb619e1972ef7a6b4e315e2
drivers: phy: add Innosilicon DSI-DPHY driver

Add support for the Innosilicon DSI-DPHY driver for Rockchip SOCs.
The driver was ported from Linux and tested on a Rockchip RK3566
based device to query the panel ID via a DSI command.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/phy/rockchip/Kconfig
drivers/phy/rockchip/Makefile
drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c [new file with mode: 0644]